Forums

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

searching for specific information in summary

jeff trotman July 19, 2019

So, the issue i am having is with this query

project = "Home" AND type in (Bug) AND issueFunction in issueFieldMatch("'Customer' = boop and reporter = snow_sync", summary, ".*CTR*")

This should in my opinion return only those bugs which have CTR with either a space or a character before the CTR entry and anything after, but i am seeing occasionally summaries which do not have CTR, anyone have any ideas as to how to tidy up the query, so it only returns CTR summaries. 

 

1 answer

1 accepted

0 votes
Answer accepted
Haran Kumar
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 19, 2019

Hi @jeff trotman , 

I'm not sure whether i got you correct , just try the below JQL

project=Home AND issuetype=Bug AND reporter = XXX AND Summary ~ CTR


Replace the XXX with the reporter name. 

Thank You. 

jeff trotman July 19, 2019

that's what i tried first, but it doesn't return all the issues with CTR in the summary, with the above search it returns 39 entries of which only 1 or 2 are incorrect, with summary ~ CTR i only get 12.

Haran Kumar
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 19, 2019

Just try the replacing with below one, yet i'm not sure whether this will work or not 

 summary !~ "!CTR"

Give it a try. 
Thank You

Like jeff trotman likes this
jeff trotman July 19, 2019

That one worked really well, now returning 42 issues, all with the correct Summary title

Thanks

Jeff

Haran Kumar
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 19, 2019

Happy that it worked :) . 

Regards
Haran

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events