I have created this filter to show me all tickets with the internal_support label that are any status accept for Closed or Done. For some reason my JQL query is not filtering out tickets with status Done. Here is a screenshot that shows a sample ticket with the Done status still appearing in the list. Is my query incorrect? Can anyone help me?
FYI, I removed some information for security purposes so that is the reason for the extra white space.
Hello,
Put AND instead of OR.
Or just change to
status not in (Done, Closed)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome! If my answer helped you, kindly accept my answer.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.