Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Manage Queues Question

mike.diaz December 22, 2021

Hi All,

I have a custom queue which filters using the following syntax: status != Resolved AND status != Closed AND status != Canceled AND "Request Type" = "External Penetration Test" OR "Request Type" = "Internal Penetration Test"

When I'm editing the queue, the results shown align with the filter above.  Anything marked as resolved, closed, and canceled are not shown.  However after I click save, the queue shows all statuses including those I'm trying to exclude.  I may be missing something, but shouldn't the filtered preview match what is shown once I save my changes?

1 answer

1 accepted

4 votes
Answer accepted
Joseph Chung Yin
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 22, 2021

@mike.diaz -

You should also add in the "project = xxxx" to your JQL query to further qualify your query in case there are other projects using the similar request type/WF.  Here is a better way of constructing your original query -

project = xxxx AND status not in (Resolved, Closed) and "Request Type" in ("External Penetration Test", "Internal Penetration Test")

If this is only project, then try this construction -

Status not in (Resolved, Closed) and "Request Type" in ("External Penetration Test", "Internal Penetration Test")

Hope this helps.

Best, Joseph Chung Yin

Jira/JSM Functional Lead, Global Infrastructure Applications Team

Viasat Inc.

mike.diaz December 22, 2021

This worked perfectly.  Thank you!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events