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?
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()
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jayden Li How many tickets are in your filter? Are your tickets and their Epics really spread across many different Jira projects?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.