Hello,
My company is interested in creating a filter that allows us to search for all parent and child level issues by affected version. We tried creating a filter with a wildcard for this but got an error that says "The operator '~' is not supported by the 'affectedVersion' field" (screenshot attached). Is there another way we can search for this information?
Thank you,
Laura
Wildcard search doesn't work in onDemand. In downloaded version, you could have used plugins like JQL tricks plugin.
Hi, you can try affectedVersion >= "1.7" AND affectedVersion <= "1.8" (or whatever the next version is)
https://confluence.atlassian.com/display/JIRA/Advanced+Searching#AdvancedSearching-AffectedVersion - the list of available functions are there
Cheers,
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.