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?
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)
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,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.