Advanced search - part of a text

Tatyana Osovskaya
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!
November 15, 2015

This question is in reference to Atlassian Documentation: Advanced searching

Is it possible to filter issues that contain email addresses in description field? Filter  description~"@" doesn't find any mathces. 

2 answers

0 votes
Tatyana Osovskaya
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!
November 15, 2015

Thanks for your help!

0 votes
Joel Chuah
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.
November 15, 2015

As per the document, script runner's issueFieldMatch function works;

issueFunction in issueFieldMatch("project = testProject", "description", "@")

Suggest an answer

Log in or Sign up to answer