Is there a way to search for issues that are tied to a certain affected version that includes everything at the parent level and below?

Laura Bantug August 27, 2012

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

2 answers

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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 27, 2012

Wildcard search doesn't work in onDemand. In downloaded version, you could have used plugins like JQL tricks plugin.

0 votes
Harry Chan
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 27, 2012

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,

Suggest an answer

Log in or Sign up to answer