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,560,415
Community Members
 
Community Events
185
Community Groups

Automation based on a queue

Hi,

I am trying to create an automation based on a queue.

I am typing the following in JQL lookup 'project = ISD AND labels in "queue96"', however it doesn't see the word "queue".

Is anybody aware whether we can find tickets listed in particular queue please?

My aim is to create JQL that finds all tickets in particular queue. 

Many THanks

2 answers

1 accepted

3 votes
Answer accepted
Frederic Chartrand
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.
May 19, 2023

Hi @Tomasz Bis 

Unfortunately you can't. A queue is just a JQL query so there's no way to refer to the queue. What you could do is create jql that is a replica of the jql of the queue and add conditions if needed

So the "queue96" queue of your example has a specific condition in the JQL query powering the queue (example : issuetype = Incidents AND customfield_10143 = queue96)

In your Automation, filter by another jql query that would look like : project = ISD AND issuetype = Incidents AND customfield_10143 = queue96

By adding the same JQL powering your queue, you'll normally see all the same tickets.

 

Hope this helps !

Craig Castle-Mead
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.
May 20, 2023

You should also be able to create your base filter, then save it, and then reference that saved filter from both your JSM queue JQL and your automation. This way, if you need to update the JQL in either the queue or the automation, you’ll be reminded that you need to update it in a way that both parts of the system will be updated in the one to.

CCM

Like Tomasz Bis likes this

Thanks for help

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