Hi everyone
I am working on a filter for Queues where Queue have to get only those issue where the status on the issues are New
status = NEW
everything else is working perfect on the JQL for some reason I get all Status issue.
here is my JQL.
Project = "External Customer Support" AND status = New AND request-channel-type = portal OR request-channel-type = jira AND "RS Product" in ("Hardware", "Payment Portal") OR "Portal Product" in ("Hardware", "Payment Portals:") AND assignee is EMPTY
thanks in advance.