I cannot for the life of me figure out a filter that will provide an Epic and all associated issues, including sub-tasks. I have the following:
project = FM12 AND "Epic Link" = FM12-41 or "Epic Name" = "4. Design, Build, Release, Run" ORDER BY key ASC
which pulls the Epic and any issue with that as the Epic Link, but it does not pull in any of the various Sub-tasks on any of those issues. What do I Need to add to is to get the Sub-tasks?
Unfortunately that did not bring in any additional issues. The Epic has 4 sub-tasks on it and I know of at least one Story linked to that Epic that has that has 3 sub-tasks on it and none of them are pulled in using
project = FM12 AND "Epic Link" = FM12-41 or "Epic Name" = "4. Design, Build, Release, Run" or parent in linkedIssues("FM12-41") ORDER BY key ASC
I get the Epic, a Task and 28 Stories.
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.