The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Board filtering Epic and Tasks

Munir Patel
Contributor
January 8, 2024

When filtering for a user in Jira Board, I want to display all the tasks under an epic that belongs to the filtered user plus other tasks in same epic even if it belongs to other users. Example is attached.Jira Board Filter Scenario.JPG

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Rebekka Heilmann _viadee_
Community Champion
January 8, 2024

Hi @Munir Patel 

That is not possible. You would have to filter for the issue assigned, then access the epic and then access the children of those. These sort of iterations are only possible with automation. You cannot even access a variable Epic to filter for Child issues.

my best idea is to add a custom field (Multi User) to the Epic collecting all current "Participants" and adding all Assignees from the Child issues to the Epic (and removing if the assignee is changed). Copy the value of that field to all child issues.

You can then filter for the user in that field.

However, that seems a bit stupid and I wouldn't recommend that.

Munir Patel
Contributor
January 11, 2024

Thanks Rebekka for your response.