Trying to perform a wildcard text search on the fixversion field and can't do it since it's not a text field.. Saw some solutions for Jira Server but none for Jira Cloud, can it be done?
Hi Roy,
There is a Suggestion to get this added to JIRA Cloud at JRACLOUD-24152 - JQL - Add wildcard functionality to versions. In the comments is a Suggestion to use ScriptRunner:
You can use versionMatch function of ScriptRunner plugin like this.
versionMatch("^(CC-|)15.*.0")
This will cause all version selected which fulfill the following conditions:
- Prefixed with either CC- or nothing
- Version suffix is build as follows 15.[anything].0
So would match:
CC-15.x.0
CC-15.4.0
15.4.0
...
Please vote on JRACLOUD-24152 and add your use case to add impact. Hopefully this helps.
Cheers,
Branden
Thanks Branden, indeed ScriptRunner (and I think also Abacus) can do it indirectly, but I was looking for something internally, so i'll add my vote.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I definitely understand. Thanks for voting on the issue and hopefully that will get integrated into JIRA soon.
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.