Kan Ban board sub filter

Chrystal
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 8, 2023

I have added the subfilter:

(project = EmpireRigging AND issuetype != Sub-task) AND (fixVersion in unreleasedVersions() OR fixVersion is EMPTY)

and once I save it, it updates to:

project = EmpireRigging AND issuetype != Sub-task AND (fixVersion in unreleasedVersions() OR fixVersion is EMPTY)

Notice the project and issue type do not have ( ).

Is there a way to fix this and make the parenthesis stay?

1 answer

2 votes
Nic Brough -Adaptavist-
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 8, 2023

Welcome to the Atlassian Community!

I think it is simplifying the filter for you - the parenthesis that are getting removed are not needed because the clauses are all being joined with the same joining operator; "X and Y and Z" is the same logic at "(X and Y) and Z"

Bill Sheboy
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 9, 2023

Hi @Chrystal 

Yes, and...to Nic's answer:

Jira Cloud does this in a few places with JQL, but not consistently everywhere.  And...sometimes it removes the parentheses but does not re-order/re-structure the query to match what you planned!  One lesson here is to observe what happens and test after entering your JQL.

Kind regards,
Bill

Suggest an answer

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

Atlassian Community Events