Hello. Thank you for your help.
I set up a filter using a JQL query "Parent" in (ABC-1234), where ABC-1234 is the Jira Initiative.
The filter returns all the Epics linked to my Initiative.
When I use the filter as a data source in a Jira Plan, my Epics show up in the plan but, here is the problem.
They show up as "issues without parent'.
This happens because you're getting only your Epics beside your Initiative and not getting your Initiative as well. You can solve this adjusting your filter query to: Parent IN (ABC-123) OR KEY = ABC-123
This will make reference to your Epics inside your Initiative "Parent IN (ABC-123)" and also will get the initiative of those Epics "OR KEY = ABC-123".
Hope this helps you
Thank you so much! That solved it. Would you know how to add to this filter, to include all stories under the epics I have.
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.