Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agile BUG two System info groups - import issue #73

Open
LukasKu opened this issue Oct 12, 2022 · 4 comments
Open

Agile BUG two System info groups - import issue #73

LukasKu opened this issue Oct 12, 2022 · 4 comments

Comments

@LukasKu
Copy link

LukasKu commented Oct 12, 2022

Hello,
I have tried to migrate process, but an error occured.

[VERBOSE] [2022-10-07T07:54:07.263Z] Exception message:VS403113: A group with label 'System Info' already exists in page 'Details'.
Call stack:Error: VS403113: A group with label 'System Info' already exists in page 'Details'.
at RestClient. (C:\Users\lukkuj\AppData\Roaming\npm\node_modules\process-migrator\node_modules\typed-rest-client\RestClient.js:173:31)
at Generator.next ()
at fulfilled (C:\Users\lukkuj\AppData\Roaming\npm\node_modules\process-migrator\node_modules\typed-rest-client\RestClient.js:6:58)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
[ERROR] [2022-10-07T07:54:07.264Z] Import failed, see log file for details. Failed to edit group 'Agile.Bug.Bug.System Info.WideGroup' in page 'Agile.Bug.Bug', see logs for details.

We do not have modified BUG, there are in the parent process two groups with same name.

@montant
Copy link

montant commented May 30, 2023

Any update on this issue? I'm facing it today too.

@KreoCZ
Copy link

KreoCZ commented Jun 22, 2023

Hello, we encountered a same problem today while importing an exported process. We are looking for any assistance or solutions to resolve this issue. Any idea? Thank you.

@LukasKu
Copy link
Author

LukasKu commented Jun 22, 2023

Hello, we encountered a same problem today while importing an exported process. We are looking for any assistance or solutions to resolve this issue. Any idea? Thank you.

Hello, try to rename standard field group on a BUG. There are two groups with name System info and it cause issue. I have renamed them at source DevOps and an issue gone

@KreoCZ
Copy link

KreoCZ commented Jun 22, 2023

Hello, we encountered a same problem today while importing an exported process. We are looking for any assistance or solutions to resolve this issue. Any idea? Thank you.

Hello, try to rename standard field group on a BUG. There are two groups with name System info and it cause issue. I have renamed them at source DevOps and an issue gone

Thanks for your proposal. I fixed my issue by switching "overridden": true, from below code:

"id": "Agile.Bug.Bug.System Info.WideGroup", "inherited": true, "overridden": true,

to false:

"id": "Agile.Bug.Bug.System Info.WideGroup", "inherited": true, "overridden": false

This field has been marked as overridden because in source process we hidden this field. I found usefull info in already closed issue - link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants