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

SOLVED!! Issues Filter Exclude Issues with certain Label

Edited

Update - after posting this question, more suggestions appeared and one of them was just the 'ticket' - https://community.atlassian.com/t5/Jira-Core-questions/JQL-excluding-label-while-keeping-empty-label-issues-in-filter/qaq-p/1220794

 

Hello!  I just completed an issues import via csv.  My project is managing two boards - a scrum for one product and a kanban for support and other products.  The kanban board is new, and the one for which I imported the issues from an external tool.  The imported issues currently have no labels, but all the existing scrum issues do - 'Rewrite'.  I'm trying to build the JQL for the Kanban board.

When I run this JQL, I get none of my imported issues: project = "Advisory Products and Trading Apps" AND labels not in ('Rewrite')

and when I run this JQL, I get all of my imported issues: project = "Advisory Products and Trading Apps" AND labels is EMPTY

 

I'm asking this because the issues may at some point have a label, but regardless of that label, I still care to only exclude the 'Rewrite' label and don't want to have to maintain a JQL that includes all possibilities of labels for the Kanban board - the exclusion of the Scrum issues is easier.

3 answers

1 accepted

6 votes
Answer accepted

To copy that answer over:

 

"project = TT AND (labels is EMPTY OR labels not in (label1, label2)) ORDER BY status ASC"

 

Sauce which is linked above.

Many thanks, it helped!

Like Christy Kisiah likes this
Pranav Parab
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!
Aug 07, 2023

Thanks, this worked exactly how I wanted

2 votes
Dave Mathijs
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 26, 2022

@Nicole Lubanowski This question helped me solve a similar request, thank you!

2 votes
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Aug 18, 2021

@Nicole Lubanowski - Thanks for posting the solution.

Suggest an answer

Log in or Sign up to answer