-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Timeline - Work Item Create
-
None
-
3
-
Major
-
4
Issue Summary
In case board JQL filter includes "component" and there are multiple components with the same name across different project, Epic fails to create from within project Roadmap with error "Component id 'XXXXX' is not valid".
When creating an issue from within Roadmaps, Jira will try to preset fields in accordance with board filters. Component is search by the name rather than ID, therefore, Jira is unable to identify which project component belongs to.
Steps to Reproduce
- Create a few Software projects in Jira.
- Create component 'Cloud' in each of the projects.
- For project A, adjust board filter to include component, e.g.
project = SC and component = Cloud ORDER BY Rank ASC
- Go to Project Roadmaps on project A and try to create "Epic" from Roadmap using "+Create" button
- Error "Something went wrong. Component id '10157' is not valid" will be thrown.
In case the issue is not reproducible on project A, Jira might coincidentally try to use component belonging to project A. In this case, perform the same steps on project B.
Expected Results
Epic is able to create from within the Roadmap.
Actual Results
Epic failed to create with error "Something went wrong. Component id '10157' is not valid".
Workaround
Create Epic from global issue create (Create button at the top of the screen)
- mentioned in
-
Page Loading...