Forums

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

I have a problem with fetching issues for a queue

Arseniy Khudosovtsev
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!
August 25, 2021

Hi there! 

 

We have a big JSD board witch accumulates different issues from users of our platform. Different units work in this board and I need to fetch issues for a specific unit to work with. 

We use categorization of tickets by a multi-select filed. There are different options like Financial, tech, QC...

I need to filter out any QC tickets that came to the board while displaying all other incoming issues.

Initially, my query looked like this:

"resolution = Unresolved AND status = "Work in progress" AND "Ticket type" != QC"

However, when I remove the "ticket type" part, it shows me other financial, tech, etc. tickets that are filtered out for some reason.

 I tried using parenthesis and moving parts of the query but always get the same results :(

 

1 answer

1 vote
Jack Brickey
Community Champion
August 25, 2021

Is the JQL an actual cut and paste? I see an error - missing QC”. You also have an unnecessary “ preceding resolution.

now I’m not sure that is really your issue but something I noted.

here is what I think your JQL should be…

resolution = Unresolved AND status = "Work in progress" AND "Ticket type" != “QC"

this should certainly result in a list of unresolved issues that are “work in progress” that excludes all QC ticket types.

Suggest an answer

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

Atlassian Community Events