Good day.
I hope that you can help.
When I am looking at my Epic ( EPIC-604) it will show 5 Child Issues, as well as various Linked Issues to which the EPIC-604 is a Parent of.
These linked issues are across multiple boards .
I am trying to create a dashboard to view all of these items, but I am only ever able to find the 5 Child issues when creating a Filter (Still in basic)
Any suggestions?
Thank you
Hello @Daran Moran
Welcome to the Atlassian community!
Are these issues in a Company Managed project or a Team Managed project? When you are viewing the project/board, look at the bottom of the navigation panel on the left for that information.
To construct that filter you will have to switch from Basic to JQL. You can start in Basic and set the criteria for getting all the issues that are children of the Epic. Then switch to JQL and you will see the JQL for that. Example:
You can then add advanced functions to your filter. Here is a reference to the Advanced Functions:
The function you want is "linkedIssues"
The first part of the filter gives you the child issues of the Epic. The second part of the filter gives you all the issues that are linked to the Epic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.