Hello
I have 1 project and 2 boards (1 Kanban and 1 Scrum)
I would like to exclude certain issues from the SCRUM board and I would like to exclude issue which are not assigned to a fixversion in the SCRUM board
Then in the Kanban board I would like to exclude anything with a fixversion from the Kanban board
I have read this post but am not sure is EMPTY means it will be included but I would like to exclude instead
Any help or advice would be greatly appreciated
Kind Regards
Helen
Hi Helen,
You should be able to do the reverse operation from what you linked to, for example excluding issues without a fixversion (for your Kanban)
"Project = BLAHBLAH AND fixVersions IS NOT EMPTY"
And to include the issues without fixversions (For your scrum)
"Project = BLAHBLAH AND fixVersions IS EMPTY"
Hi
Thank you so much for your reply, much appreciated
Can you confirm that I make this change by being in the SCRUM board >> Board>>Configure>> ??
Not sure from that point onwards though!
Any help would be greatly appreciated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, in that configure menu you should be able to view the underlying filter query and the name of the filter being used. From there you should be able to edit the filter in the issue navigator and save it.
https://support.atlassian.com/jira-software-cloud/docs/configure-filters/
Just a word of warning though, when editing the filter you can inadvertently mess up the order of the issues on your backlog if you've already ranked them, make sure you don't mess with the ORDER BY statement at the end of your filter.
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.
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.