Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Combine/Sum the results of Quick Filters in Structures

Bart Celary
Contributor
January 17, 2022

I have a number of saved quick filters in the structure. Is there a way to have these filters applied as a sum of filters instead of an intersection?

2 answers

1 accepted

6 votes
Answer accepted
Stepan Kholodov _ALM Works_
Atlassian Partner
January 17, 2022

Hello @Bart Celary 

If you have Structure for Server/Data Center deployment of Jira, you can combine multiple transformations in a group and enable/disable all of them with a click. You can find out more about this functionality in our documentation.

I hope this helps. If you need assistance with anything else, please feel free to contact us directly at support.almworks.com

Best regards,
Stepan Kholodov
ALM Works

Bart Celary
Contributor
January 17, 2022

But it will still work as an intersection/AND of filters, right? I was looking to be able to sum/OR them. Say I have couple filters that filter out component1, component2, etc. and I want to view couple of them at the same time (component1 OR component2). Seems like I need to create a dedicated quick transformation for that.

Stepan Kholodov _ALM Works_
Atlassian Partner
January 17, 2022

You're correct - you would need to create an individual Filter transformation for every combination of values(one filter=one JQL query).

In the future, we have plans to introduce a new feature similar to Jira's basic search functionality which will allow selecting specific values of a field without having to recreate the filter itself. If you would be interested, we can notify you here when it's released.

Best regards,
Stepan Kholodov
ALM Works

Like # people like this
Bart Celary
Contributor
January 17, 2022

OK got it. Thanks for confirming!

Like Dave Rosenlund _Trundl_ likes this
1 vote
Pramodh M
Community Champion
January 17, 2022

Hi @Bart Celary 

Below JQL should work

filter= filter-1 OR filter = filter-2

Thanks,
Pramodh

Pramodh M
Community Champion
January 17, 2022

Or you can have a dedicated JQL

Bart Celary
Contributor
January 17, 2022

Thanks, I am aware of the above solution.

 

I am looking for something to be used directly with Web GUI without messing with additional JQL statements/filters. Just point and click on the saved Structure Quick Transformations and combine the results instead of intersecting them. I understand there is no such feature and I have to simply add new transformations or use filters + JQL.

Suggest an answer

Log in or Sign up to answer