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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.