Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

Quick filter JQL query

Hi, 

I would like to create a quick filter that shows me all backlog tickets across two projects on one board that excludes tickets with specific labels attached.

So far, I have got...

(project = "project 1" OR project = "project 2") AND labels not in (DevOps, devOps, data, DataEngineering)

The above eliminates all tickets from project 2 instead of including the ones that do not have the specified labels.

 

Any ideas would be greatly appreciated

2 answers

1 accepted

1 vote
Answer accepted
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 26, 2023

Hi @Lizzie Jack , try adding the "empty" consideration.

(project = "project 1" OR project = "project 2") AND (labels not in (DevOps, devOps, data, DataEngineering) or labels is empty

this worked... I think!

Thank you

Like Jack Brickey likes this
0 votes
Manoj Gangwar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 26, 2023

Hi @Lizzie Jack , 

What is your board filter query? Is it includes the project 1 in if not then include it on the main board filter query then you can simply try below

Project in ( 'project1', 'project2') and labels not in (xyz, abc) 

Or directly use labels not in () 

Suggest an answer

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

Atlassian Community Events