Hi ,
I have a list of epics, I want to create a plan which shows these epics with their child issues. Epics should be collapsable.
I have tried PortfolioChildIssuesOf() function, but I can't add all the epics to these function.
Do you have any workaround? Is it possible without using any external plugin or app.
Hi @Omkar Rajale ,
Just to clarify - we are talking about Jira Plans? Plans do contain a lot of filters which you can use to filter out issues that are pulled from the source.
If you'd like to filter out the source itself, you could create a filter and use JQL function such as
parentEpic IN (KEY-10, KEY-14, KEY-18)
where 'KEY-10' and others are Epics. This will display everything under the Epic (including Epics as well).
Additionally, I would recommend checking out some official tutorials related to Plans: Advanced planning / Tutorials
Hope this helps.
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.