Hey, I want to send a Slack message when a priority of an issue gets updated. This should do the trick, I believe. But it doesn't. Any idea?
project = TSB AND (priority IN (critical, fire) AND type IN (Bug, Investigation)) OR priority changed FROM (Visual, Low, High) to (Fire, Critical)