Forums

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

How do I search for "$$:" in the summary?

Scott Simpson
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!
March 5, 2019

I would like to find all records where the summary starts with "$$: ". Example: "$$: Do this work at full rate."

 

I have tried 'summary ~ "$$:"', but get no returns.

2 answers

1 vote
Tom Lister
Community Champion
March 5, 2019
0 votes
Moses Thomas
Community Champion
March 5, 2019

@Scott Simpson  If  you  have the script runner plugin installed you could do  something like this   Syntax  issueFieldMatch(Subquery, Fieldname,  reg ex)

To find all tickets starting with "$$:"characters  in summary  use this JQL  query

issueFunction in issueFieldMatch("project = A", "summary", "$$:*")

 

Best regards,

Moses

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events