Jira won't accept this as a notification filter for Slack integration.
Is this JQL incorrect?
This JQL is accepted:
Rank = 1
This is accepted too:
status changed AFTER -1m
What I want to do: I want to filter out "@username updated the Rank of a Story" Slack notifications.
UPD: Got it:
(Note: This operator can be used with the Assignee, Fix Version, Priority, Reporter, Resolution and Status fields only.)
Still wondering how to filter out "Rank updated" notifications.