Forums

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

How do I search with the first word in Summary is Campaign?

Linda Wanitschek
Contributor
August 6, 2018

I see loads of examples for fuzzy etc.

but we are looking for issue search where the summary field starts with Campaign

and ignore if campaign is used later in the summary.

 

how does one fix the search only look at the beginning of the summary?

1 answer

0 votes
Mesut Yilmazyildirim
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.
August 7, 2018

You should be able to use issueFieldExactMatch from the ScriptRunner Plugin

Try this;

issueFunction in issueFieldMatch("project= <project_name> AND summary is not EMPTY", "summary", "^Campaign)
Linda Wanitschek
Contributor
August 7, 2018

can the solution you suggest be used in Service Desk > Issues > Search issues?

Why are you recommending ' is not empty  and "summary"?

can it just be:   AND summary in "^Campaign"  

Cheers, 

Suggest an answer

Log in or Sign up to answer