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
Hi Ben,
Unfortunately there's no clean way to do this with JQL currently. We do have an open feature request that addresses what you're trying to do with this filter: API-80: Personal Jira Notifications in Slack .
Keep an eye on that issue as we've had a lot of discussion around what you're asking for. I'll bring this feedback up with the product manager for the integration!
Cheers,
Daniel
https://jira.atlassian.com/browse/API-80 is about personal notifications, not about excluding own modifications.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried to use JQL: updated != currentLogin() but it did not work (update: it is for date, indeed).
It looks like we need 1 extra field, e.g. lastUpdater or modificationUser here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.