Hi all,
We have recognized that search function has a restriction related to search for a part of a word.
eg "Änderungsraten" contains also "rate" but Issue will not be found.
now I tried to use a wild card like "rate" but * at the beginning will not be accepted. Is there a other possibility?
Regards,
Dieter
The text search engine doesn't support wildcards. You will have to use a regular expression function.
Luckily, such functions are available with the Scriptrunner plugin, which is free. Look for the IssueFieldMatch function.
Your query should look like this:
issueFunction in issueFieldMatch("project=yourproject" , "description", "rate")
Have fun!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.