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

How to use "text ~" to exclude issues containing this text from the queue?

Arnis Riškovs December 23, 2022

Hi,

I changed the conditions for creating the issues queue to exclude tickets containing the text "(Test)" from it:
NOT text ~ "(Tests)" AND (resolution = Unresolved OR status = Postponed) ORDER BY "Time to resolution" ASC

However, issues for which Summary field contains "(Test)" do not disappear from the list. Why?

3 answers

3 accepted

4 votes
Answer accepted
Mohamed Benziane
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 23, 2022

Hi,

If you're looking for some text in the Summary you could try this:

summary !~'Tests' AND (resolution = Unresolved OR status = Postponed) ORDER BY "Time to resolution" ASC 
Arnis Riškovs December 23, 2022

Hi Mohamed Benziane,

Thanks - it works! 👌

2 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 23, 2022

@Arnis Riškovs 

As stated by other community leaders - you need to use "!~" operator.

In addition, if you are focusing just on the "Summary" field, then You will need to use "summary" instead of "text" in your JQL.   

Lastly, when you evaluate "Resolution" field, it is recommended to use Resolution is empty instead of looking at the word of "Unresolved" in your JQL.  The value of "Unresolved" is actually the internal representation of NULL value in Jira/JSM for the Resolution field.  Unless you have actually introduced a value of "Unresolved" as an option for the Resolution field, if that was the case, you should consider to remove the option ASAP.

Best, Joseph Chung Yin

Jira/JSM Functional Lead, Global Infrastructure Applications Team

Viasat Inc.

2 votes
Answer accepted
Alex Koxaras _Relational_
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 23, 2022

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