Hello,
I'd like to do a JQL of the style:
issuetype = "BUG" AND affectedVersion ~ "B*"
But this is not possible with "affectedVersion".
Can you please help me?
Best Regards.
Herbert
These are the only supported operators for affected versions field:
= , != , > , >= , < , <=
IS, IS NOT, IN, NOT IN
This is available in Server/DC - see this page for confirmation.
So a search such as all Versions which begin with "Ver" would be:
affectedVersion ~ "Ver*"
-------------------
This isn't available in Cloud - in this instance, you'll need a JQL extension app, such as ScriptRunner.
For example, using ScriptRunner you could search for all Versions beginning with "Ver" using:
affectedVersion in versionMatch("^Ver.*")
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found issues in Atlassian's issue tracking referencing this feature, but it is marked as "Won't Do".
https://jira.atlassian.com/browse/JRASERVER-30099
https://jira.atlassian.com/browse/JRACLOUD-30099
In 2017 a comment was posted on the JIRA Server issue suggesting the use of this app for JIRA Server to get this functionality.
The app isn't compatible with JIRA Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.