Forums

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

Trouble with filter and resolved task

smaction July 2, 2018

I am using the following filter:

project = NEW AND issuetype = Sub-task AND status != Done AND text ~ ktg OR text ~ kwg ORDER BY summary ASC, description DESC, due DESC, created DESC 

I have also tried the same filter but with resolution instead of status.

The ticket in this image  https://imgur.com/a/o8VDN4s shows up in the results even though it is done.

 

How do I troubleshoot this?

 

TIA

1 answer

2 votes
Shawn Masters
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.
July 2, 2018

Might need to play with some parentheses looks like its catching that "OR text ~ kwg " statement 

 

Try this:

project = NEW AND issuetype = Sub-task AND status != Done AND (text ~ ktg OR text ~ kwg) ORDER BY summary ASC, description DESC, due DESC, created DESC 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events