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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,233
Community Members
 
Community Events
184
Community Groups

Need to exclude components for a specific project but I'm pulling results for all projects. How come

Hello there,

I'm looking to build a filter that excludes a whole bunch of components for my specific project from users who go through Service Desk, our Jira front end ticketing solution. So I only want to pull tickets that are opened by customers ("Customer Request Type" is not EMPTY), excludes all those components listed below, and be only my specific project (BBT)

What's happening though is I'm pulling in results from projects throughout the company. Curious why that is and also how can I clean this JQL up? Thank you.

JQL:
project = BBT AND component is EMPTY OR component != "Data Science" AND component != "Analytics Library" AND component != "DEU" AND component != "Product Configuration" AND component != "Call Library" AND "Customer Request Type" is not EMPTY

1 answer

1 accepted

0 votes
Answer accepted

Hi @Kevin R 

I think the only problem is missing parentheses.

project = BBT AND (component is EMPTY OR component != "Data Science") AND component != "Analytics Library" AND component != "DEU" AND component != "Product Configuration" AND component != "Call Library" AND "Customer Request Type" is not EMPTY

Something so simple. Thank you very much.

Like Avatar likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events