I need to find all the sub-tasks in my project that have parent in its turn belonging to the particular epic. Unfortunately sub-tasks do not have epic field, otherwise it would be easy.
Thus, the tree-structure is like:
Epic --> Task --> Sub-task that I need to find.
Is it possible without plug-ins?
Luckily I've found it myself, perhaps it might help anyone else.
issuetype = Sub-task AND issuekey in childIssuesOf(<epic_link>)
I may be mistaken but to the best of my knowledge childissueof () is not part of Jira OOTB. At least not in Cloud. I think, but not sure, that it is associated with this app - jql-search-extensions-for-jira-reports
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.