Here is the problem. For an issue marked with component = "value 1" with only "value 1" the quick filter works perfectly. However, when the issue has "value 1' and 'value 2' set on the component the quick filter will not return the issue (of 'value 1'') on the board or in the backlog.
Hello @Todd Bosworth
Welcome to Atlassian Community!
You could setup a quick filter with the following JQL, it would show up issues that contain any of these values in the Component field:
component IN (value 1,value2)
I hope that helps!
Thank you
Thanks! I gave your recommendation a try, and it works in all but one situation. Debugging the JQL today.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.