Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create JQL for multiple issue type for 1 queue

mo.phipps
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!
November 23, 2022

I have a queue that will be worked on by a 3rd party provider and I am trying to filter certain issues to that queue for assignment to them. How do I create an JQL to facilitate that?

1 answer

1 vote
Mikael Sandberg
Community Champion
November 23, 2022

Hi @mo.phipps,

Welcome to Atlassian Community!

There are multiple ways you can construct your JQL to do this, the very simple would look like this:

resolution = Unresolved

Another example if you want to limit it to specific issue types:

issuetype in ("Service request", Change) AND resolution = Unresolved

And there is a third example if you want to limit it to specific request types:

"Request Type" in ("Get IT Help", "Access request") AND resolution = Unresolved  

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events