Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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?
JQL should be something like
filter in ('filter 1','filter 2','filter 3')
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.