I am trying to produce a table of all the tasks that still belong to a particular epic. Is there a way to write a filter to show all open sub-tasks for a given epic? (grandparent relationship.)
If you know the parent you can use parent = JIRA-1234 or if you can use scriptrunner (Cloud or server) - ("Epic Link"=XX-###) OR issueFunction in subtasksOf("\"Epic Link\"=XX-###") or AM utils (server) - issuekey in (issuesSubtasks("'Epic Link' = XXX-99")) ORDER BY Rank ASC. Both plugins cost money.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The first suggestion parent = JIRA-1234 worked for stories and sub-tasks, but I can't find a way of deriving the children of an epic... Will keep hunting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.