-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
8.20.0
-
8.2
-
3
-
Severity 3 - Minor
-
0
-
Summary
Similar to the behavior described in JSWSERVER-19785 where you are creating an issue in an epic the option for Epic is listed in the create dialogue but selecting the Epic fails as you cannot link an epic to an epic. However in this scenario the initiative hierarchy levels (the level above an epic per portfolio hierarchy configurations) is also listed in the create dialogue as an option to be created as the level below the epic, but contrary to the Epic behavior the Initiative can be mapped to the Epic as the parent, in turn causing additional errors such as the BUG JPOSERVER-2691 as a conflict occurs because the initiative cannot be both the parent and child of an Epic at the same time
Steps to Reproduce
- make sure a hierarchical level above epic exists (initiative)
- Navigate to an existing Epic
- Use the "Create issue in epic" option
Expected Results
Only standard issue types that are not mapped to an initiative hierarchy are listed in the issue type field.
Actual Results
The Initiative issue types are listed as avaliable issue types, along with Epic, and the Initiative can be selected and created as a child of the Epic
Notes
As the Initiative is considered a standard issue type but mapped to the higher hierarchy levels by portfolio the mappings would be possible if Portfolio was disabled, so an additional Expectation could be that a warning or error would occur when a initiative issue type is selected noting the issue types are invalid because of hierarchy configurations
Workaround
You can use the following JQL to identify issue in this state:
issuetype = "initiative" AND "Epic Link" is not EMPTY
perform Bulk Update to remove the Epic link
- causes
-
JPOSERVER-2691 If an Initiative is linked to an Epic with the Epic Link, and the same Epic is linked to the Initiative with the Parent Link - Portfolio cannot load the Plan
- Closed
- relates to
-
JSWSERVER-19785 "Create Issue in Epic" dialog should prevent creation of other issues of Epic type
- Gathering Interest
- was cloned as
-
JSWCLOUD-19128 Create issue In Epic allows selection Of Initiatives as a child of the Epic
- Closed
- links to