Wondering how to search for multiple bugs that are imported from Bugzilla to Jira, I know there is search like this but it is kind of pain to use OR, Bugzilla uses comma separator :
"External issue ID" ~ "11111 OR 22222 104229 OR 3333"
Imagine searching for 100s bug, anyone knows how to search that?
thx
You can use the below one.
"External issue ID" IN (111, 222, 333, ... so on)
But if the list is higher you may have to find the other filtering criteria such as
Thanks, but it does not work for me getting the following error msg!
The operator 'in' is not supported by the 'External issue ID' field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.