I want to exclude a component name from a search.
When I try to add Not, Not In, Is Not from this query:
component = is not "Component Name" AND status in (Open, "In Progress", Reopened) AND assignee in (mzhilin) ORDER BY priority DESC
I get this error:
Error in the JQL Query: Expecting either 'OR' or 'AND' but got 'is'. (line 1, character 23)
What am I doing wrong?