Hi,
Question 1: I am assigned an EPIC. There are Tasks in the EPIC that are assigned to other users. I own the EPIC and want to see it on the Sprint Board to track the tasks assigned to other users. currently when I filter on my name, I don't see the EPIC as I have no tasks assigned to me under it.
Question2: I am assigned an EPIC. Tasks for this EPIC are assigned to myself and other users. Is there a way I can see the EPIC assigned to me and all the tasks under the EPIC irrespective of whoever these tasks are assigned. currently when I filter on my name I don't see other tasks.
Hi @Munir Patel ,
The solution is to create the right quick filter in your Jira board. Quick filters are using JQL queries for filtering.
Standard JQL doesn't easily allow it, but you can quickly find the results using our professional indexing service JQL Search Extensions
After you install the app, you can simply create a Jira filter "Munir's tickets" with this JQL:
issue in childrenOfEpicsInQuery("assignee=currentUser()")
Then create a quick filter in your board:
filter="Munir's tickets"
Check out the documentation for more examples.
I hope this helps!
Daniel
Are you working with a Company Managed project/board or a Team Managed project/board? It will say at the bottom of the navigation pane on the left.
The Quick Filters option mentioned by @M Amine is available only in Company Managed projects/boards.
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.
Question1 : Use a quick filter and use a JQL query (Advanced JQL especially "Epic Link", & "Parent", there are examples in the documentation)
Question2: Same as question1.
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.