Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Searching for multiple values in affected version

Antal Tratnyek October 28, 2020

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

1 answer

0 votes
Dirk Ronsmans
Community Champion
October 28, 2020

Hi @Antal Tratnyek

I guess the easiest JQL would be to use an "in" statement.

Something like:

issuetype = Bug and affectedVersion in (1,2,3)

Antal Tratnyek October 30, 2020

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

Suggest an answer

Log in or Sign up to answer