Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Kan Ban board sub filter

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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 08, 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.
Oct 09, 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
Site Admin
TAGS
AUG Leaders

Atlassian Community Events