You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
My scrum board has a filter of:
project = DTBTCD AND "Epic Link" != Interruptions ORDER BY Rank ASC
However, when I browse the backlog the Epic's column is now empty.
However if I change my query to:
project = DTBTCD ORDER BY Rank ASC
All the epics show up again. My goal is to have a scrum board that filters out this epic but I'm unclear why the filter is effecting the backlog view.
BTW If I don't use "Epic Link" and instead "Epic Name", it doesn't show stories for those Epic's in either view.
With your JQL, Jira will check if the the Epic Link is not Interruptions. But this works only for the issues, that have an epic link. All issues without an epic link will also be filtered out.
So you have to check also if there is no epic link.
project = DTBTCD AND ("Epic Link" != Interruptions or "Epic Link" is Empty ) ORDER BY Rank ASC
@Anthony Ross Try with project=DTBTCD and "Epic Link" != ABC-1 and "Epic name"!=Interruptions . This query will show other Epics, and also the stories/Task that are not associated with Epic ABC-1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.