Hello all,
I created quick filters to display the Scrum Board per Status:
However, what I want it to do is build on each filter I select such as if I have Done and In Progress selected it would show only items in those statuses. Instead, it only works for one Quick Filter at a time:
Is this possible please?
When you "layer" QuickFilters by selecting more than one at a time, it assumes you mean AND. So when you press both the Done and In Progress, Jira displays issues that are Done AND In Progress, which gives you the blank result. If you had a button Baylor and pressed Done and Baylor, it would show the issues that are Done by Baylor.
You must create another QuickFilter with the filter of <Status in (Done, "In Progress") > to display issues in either statuses at once.
Ok, I was thinking it would be something along those lines, but just checking to see if there was a built in function I was missing :)
Thank you
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.