-
Bug
-
Resolution: Fixed
-
Low
-
None
-
6
-
Severity 3 - Minor
-
1
-
Issue Summary
When using a Plan with multiple projects in its issue sources, if you have components with the same name but from different projects, grouping them together in the View settings will block you from creating issues under the component.
Steps to Reproduce
- Have a Plan and add more than 1 project in the issue sources
- Create the same Components in 2 or more of these projects (eg. Housekeeping)
- In the View settings of your Plan, group by Component and add the different Housekeeping component into 1 group
- Create an issue right under a parent so it automatically takes the component
Expected Results
After saving the changes, this should create the issue under the parent and take the component value.
Actual Results
{"success":false,"error":{"error":"ISSUE_CREATE_EXCEPTION","errorMessages":[],"exception":{"type":"com.atlassian.rm.jpo.core.scenario.common.data.ScenarioCommitException","message":"Scenario commit error","stackTrace":[]}},"change":{"sequence":{}}} { "success": false, "error": { "error": "ISSUE_CREATE_EXCEPTION", "errorMessages": [], "exception": { "type": "com.atlassian.rm.jpo.core.scenario.common.data.ScenarioCommitException", "message": "Scenario commit error", "stackTrace": [] } }, "change": { "sequence": {} } }
Workaround
The duplicate name components should be in separate groups, otherwise, there is no other known workaround for this behavior.
- is related to
-
JRACLOUD-87168 Multiple components with the same name prevents auto-population of component when created from board
-
- Gathering Impact
-
- relates to
-
JPO-17334 Loading...