I've setup Jira Slack notifications for just my tickets. I use JQL assignee = my.username and it works great.
However, I want to go one step further and stop my actions creating notifications. For example: when I comment on my own ticket, I don't want a slack notification. But if anyone else comments, then I do want a slack notification.
Same goes for all other actions (eg: transitioned, updated, etc)
Anyone know how to do this with JQL?
I tried currentUser() != my.username (and various combinations of that) but couldn't get it to work.
Thanks