process-migrator icon indicating copy to clipboard operation
process-migrator copied to clipboard

Agile BUG two System info groups - import issue

Open LukasKu opened this issue 1 year ago • 4 comments

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.

LukasKu avatar Oct 12 '22 15:10 LukasKu

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

montant avatar May 30 '23 15:05 montant

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.

KreoCZ avatar Jun 22 '23 09:06 KreoCZ

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

LukasKu avatar Jun 22 '23 10:06 LukasKu

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

KreoCZ avatar Jun 22 '23 12:06 KreoCZ