I have list of issues and i want to search only issues with status as open/reopened and not closed or resolved.How do I write a query?
To filter for exactly what you describe:
status in (open, reopened)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.