Hey guys,
I would like to filter three epics in the configurations of my JIRA board.
Can someone name me the link I have to insert:
Right now, it says: "project = CIBO ORDER BY Rank ASC"
Thank you and best regards
If you want to filter by epic name, you can write a JQL request that looks like this :
project = NameOfYourProject AND "Epic Link" in (KeyofEpic1,KeyofEpic2, KeyofEpic3)
It will return you all the story linked to your 3 epics.
Let me know if it is what you want.
Tell me if it resolved your problem.
Hi @[deleted] ,
Basically you must create a new filter. Kindly check this link that has information on how to update board's filter.
You may need to create a filter with JQL
"project = CIBO and type=Epic ORDER BY Rank ASC
https://support.atlassian.com/jira-software-cloud/docs/configure-filters/
Kindly be informed that you won't see Epics in the backlog as you don't work on an epic. Epics are shown in the left panel.
More info on Epic usage
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.