I have an agile board that I've created some quick filters for, for simplicities sake:
These filters work nicely on their own, but obviously when you use both quick filters, no issues will display as an issue cannot simultaneously be in both of those states.
Is there JQL that would work for those filters that would essentially allow them to work additively, i.e. when toggled the filters are combined with an "Or" rather than an "And"?
You could make each quick filter EXCLUDE items.
Then all unchecked items would remain.
You can create separate quick filter like this
Status in ("To Do", "In Progress")
This filter will populate the issues which are in either To Do status or In Progress Status
Accept the answer if it helps
Thanks,
Sachin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Bryant ,
as you already mentioned I guess that´s the point that you "activate" (by toggling) 2 filters to the same entity.
If this is really a needed and often used scenario is there any conflict in creating another quick filter just for that special case (with a jql covering covering both status) ?
That seems to me to be the easiest solutionl.
Best
Stefan
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.