Hi,
I have a Field of the Field Type Select List with multiple values possible.
I need to filter out all Issues where the value equals X and the Issue has no other additional values.
e.g:
issue A , value : X, Y
Issue B value : X
Search for X and return of the search is only issue B .
Is there a way to make this happen ?
Thanks a lot in Advance!
Hi Thomas, Thank you for the answer, but this option is unfortunately not feasible as the field as hundreds of options.
BR Florian
Hi Florian,
you have to use JQL for that:
"Field name" = X and "Field Name" != Y
If there are more values than x and y, you have to repeat the second part for each other value
Cheers
Thomas
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.