Forums

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

How to add mutlipal defect in query like project = XXX AND "Defect ID" ~647

Manish Sewlikar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 7, 2019

How to add mutlipal defect in query like project = XXX AND "Defect ID" ~647

means

How to add mutlipal defect in query like project = XXX AND "Defect ID" ~647,333,333

like that

1 answer

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
February 7, 2019

Hi @Manish Sewlikar,

 

try using the following approach :

project = XXX AND ("Defect ID" ~647 OR "Defect ID" ~333 OR "Defect ID" ~ 444)

Hope this helps.

Ciao,

Fabio 

Suggest an answer

Log in or Sign up to answer