Hello - I'm looking for a way to filter Epics and their associated tasks on the board. Here is my situation.
With the filter, I would like to see only Mary's Epics and the associated tasks. I do NOT want to see Chris' Epic nor the associated tasks.
Epic Epic Assignee Task Task Assignee Show Epic? Show Task?
A Mary 1 Joe Yes Yes
2 Bill Yes Yes
B Mary 1 Joe Yes Yes
2 Bill Yes Yes
3 Kate Yes Yes
C Chris 1 Joe No No
2 Bill No No
Hi @Sheri Maxim,
If your board is from a company-managed project, you could add a quick filter to the board that returns only the issues assigned to Mary. If it is a team-managed project board, same thing can be added as a custom filter under the board configuration.
The filter's JQL should be like this:
assignee = Mary
Then, when viewing the board, active the filter and you will see only the tasks assigned to Mary.
Hope this helps.
Danut.
Thanks for your response. You suggestion only shows the Epics assigned to Mary and not the associated Tasks tied to that Epic. Any suggestions?
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.