-
Suggestion
-
Resolution: Answered
-
None
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
User wants to create a filter to show for example issues that are open, with X version and all of those issues subtasks.
Today, you can search for issues subtasks by specifying the issues "parent".
ex of JQL code:
status = Open AND affectedVersion = <version> AND parent = <issue key OR Id>
So, user wants to show all issues based on certain criteria and whatever subtasks these issues have, not a specific issues subtasks (without having to specify the issues "parent").
A known current workaround is documented at HowTo: Filter to show sub tasks of a filtered list of parent tasks .
- has a derivative of
-
JRASERVER-34241 Returns the subtasks of parent issues in separate columns
- Gathering Interest
- relates to
-
JRACLOUD-22153 Filter Issues and all it's subtasks
- Closed
- Testing discovered
-
JRASERVER-59181 Ability search for all issues under a given Epic (including subtasks)
- Future Consideration