Hey, i have this issue search that i need some help with. i want to search AND component = 1 and 2 but that part is failing.
This is the search i have project = "Test - Förvaltning" AND issuetype = Bug AND status not in (Closed, Resolved)
And after Resolved i want the issue to have component 1 or 2, how do i get it to work?
Hi Nicklas,
Just use below format,
component in ("component1","component2")
Regards,
Rakesh
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.