I'm in a support department that queues issues for our support engineers, and our product team. Usually, all issues we create with type "story" are handled by our product team, and all issues with type "bug" are handled by our support team. Occasionally, the product team will handle a bug that is complex, requiring changes to main parts of code. I'd like a quick filter that displays all issues we are prepared to hand over to the product team. The quick filter should display all stories, but only display bugs that have a specific label. Is this possible?
Kevin
give this a try and change the label value with what you are using.
issuetype = story OR issuetype = bug AND labels = test
Thank you kindly Shannon Wright! I can verify that this worked!
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.