Hi all,
how can I search for multiple values in affected version?
Is there a JQL that list all the BUG that has multiple affected versions?
Thx
I guess the easiest JQL would be to use an "in" statement.
Something like:
issuetype = Bug and affectedVersion in (1,2,3)
Hi @Dirk Ronsmans ,
Thank you for your feedback, but I was looking for something else.
I wanted to list all bugs which have multiple affected versions assigned (e.g. more than 3 affected versions)
BUG affected versions: V2
BUG affected versions: V1, V4
BUG affected versions: V1, V2, V3, V5
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.