Forums

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

How to show stories under EPICs not assigned to me on my personal Kanban board?

Jayden Li February 22, 2022

To elaborate, I have a simple Kanban board where the filter is "assignee=currentuser()" to show all my stories across multiple projects. 

However, when I set the swimlanes to be based on EPICs this removes all my stories under EPICs assigned to someone else.

Is there a way to display those stories on my board even if the EPICs are assigned to another person?

1 answer

0 votes
Josh Costella
Community Champion
February 22, 2022

Hi @Jayden Li 

I would check to make sure there isn't something in the sub-filter that may be excluding tickets from your board. 

Here is a JQL I used that allowed me to do what you are trying to do with no issue.

(assignee = currentUser() AND "Epic Link" is not EMPTY) OR assignee = currentUser()
Jayden Li February 22, 2022

Thanks @Josh Costella 

There are no sub-filters and I tried your JQL but it still doesn't seem to work (see screenshot below). When I switch the swimlane to Project or anything other than EPICs they start popping up. I am on version v8.13.8 if it helps

Capture.JPG

Josh Costella
Community Champion
February 22, 2022

@Jayden Li How many tickets are in your filter? Are your tickets and their Epics really spread across many different Jira projects? 

Jayden Li February 22, 2022

About 2 dozens spread across a few EPICs and 4 projects

Josh Costella
Community Champion
February 22, 2022

And you are able to view each of the Epic tickets with no issue? Like you can navigate directly to them?

Next thing I would try is refining the JQL to only include the projects you know where your tickets are. Including the projects the Epics exist in as well. 

Jayden Li February 22, 2022

Yes I am able to view all of them without any issues, they appear on the board when I switch the swimlane to anything but EPICs like project for example. I tried including the projects explicitly but that still doesn't seem to work 

Suggest an answer

Log in or Sign up to answer