Forums

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

Create a filter with merged filters

Antônio Duarte
Contributor
October 12, 2022

Suppose Jira JQL filters named Filter1, Filter2, and Filter3 with a reasonably complex JQL each of them.

I need to create a new one named BigFilter as being: Filter1 OR Filter2 OR Filter3.

I do not want to merely rewrite the JQL from the other filters again in BigFilter. I want to take advantage of the already existing JQL in the initial filters.

How can it be done?

1 answer

1 accepted

2 votes
Answer accepted
Tim Perrault
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 12, 2022

JQL should be something like

filter in ('filter 1','filter 2','filter 3')
Antônio Duarte
Contributor
October 14, 2022

Thanks for the clues, @Tim Perrault !

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events