Currently I use the same Quickfilters is 7 projects so have made these very simple filters as a real Filter so I just can maintain them in one place for all projects. It look like this
1. Quickfilter #A
filter = "QFilterStateNew"
Filter "QFilterStateNew"
state = "New"
2. Quickfilter #B
filter = "QFilterStateInProgress"
Filter "QFilterStateNew"
state = "In Progress"
What I would like when I press A activation New then when I also active quickfilter B like if you could have something like:
1. Quickfilter #B
filter = "QFilterStateNew" AND Activefilter()
is something like this possible?
Hello @ALY
Welcome to the Atlassian community.
I'm not sure that I understand your question.
You can have two Quick Filters activated at the same time by clicking on each of those Quick Filters. When you do that, the results will be to display all issues that match BOTH filters, not all issues that match EITHER filter.
In the case above the effect would be the same as creating a single filter like this:
state=New and state="In Progress"
If by "state" you mean the native "Status" field, an issue cannot have more than one value at a time for Status, so such a filter would return no results.
It is currently not possible to activate multiple Quick Filters and have the results display all issue that match ANY ONE OF the filters.
If I have misunderstood your question, please provide a more detailed explanation of the problem you are trying to solve.
"It is currently not possible to activate multiple Quick Filters and have the results display all issue that match ANY ONE OF the filters." - ok answer accepted as this is what I had hope for. When I press "New" it filter out new and then when I press "In progress" the filtering is added like an OR statement to the existing filter showing both "New" and "In progress"
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.