Right now, we are using the ScriptRunner Enhanced Search Jira add-on app to achieve wildcard search, but we would love to be able to do this with the default search so we don't need the add-on.
Example JQL code from the Scriptrunner app returns Release - 1.1.1, 1.1.2, etc.:
fixVersion in versionMatch("^Release - 1.1.")
Hi @Moutsias, Peter -- Welcome to the Atlassian Community!
Have you tried the CONTAINS ~ operator with wildcards: https://support.atlassian.com/jira-software-cloud/docs/jql-operators/#CONTAINS----
Perhaps like this:
fixVersion ~ "Release - 1.1.*"
Kind regards,
Bill
Hi Bill! This worked for me. Thank you so much for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.