I have this JQL:
status changed to Available by membersof("product management")
This works great, BUT I want the opposite:
status changed to Available NOT by membersof("product management")
NOT by is not a thing.
Is there a JQL to accomplish this task?