Is there any way to use like for affected version?

ya ass February 1, 2013

Hi

I whould like to know if i can use like in jql to use with affected version

for example

i have few affected version

2.3

2.3_b01

2.3 RC

I whould like to get all 2.3 release with jql (like affected version like "2.3")

instead using the affected version in ("2.3","2.3_b01",2.3 RC")

Thanks,

Ron

1 answer

1 accepted

0 votes
Answer accepted
ConradR
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.
February 1, 2013

Unfortunately this is not possible without a plugin:

The operator '~' is not supported by the 'affectedVersion' field.

But it should work with the JQL Tricks Plugin:

  • versionMatches(regex)

https://marketplace.atlassian.com/plugins/com.j-tricks.jql-plugin

Suggest an answer

Log in or Sign up to answer