I want to show in a plan all epics with a special label and all childissues (Stories, Tasks, SubTasks) of these epics; if i create a new epic with child-Issues, they should be shown in the plan. Is it possible with a Filter and how?
If you are using only native Jira functionality then you will have to create a filter like this with the explicit issue keys for the Epics you want to include:
issue in (<comma separated list of Epic issue keys) or
porfolioChildIssuesOf("<first Epic's issue key>") or
porfolioChildIssuesOf("<second Epic's issue key>") or
porfolioChildIssuesOf("<third Epic's issue key>") or ...
etc.
Another query that could work would be:
issue in (<comma separated list of Epic issue keys) or parent in (<comma separated list of Epic issue keys)
With some third party apps that extend the JQL capabilities it is possible to get the child issues of Epics based on a filter that gets the Epics.
Thanks,
but i don't want to change the filter, whenever i add a new epic with thespecific label and what about the subtasks?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then you need to look into 3rd party apps on the Atlassian marketplace.
these can provide the jql options you are searching for.
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.