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
Little things but needs change in the underlying code. They are not configurable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, I know this is an old one, but I stumbled across it while I was looking for a related bookmark. A couple of years ago, Atlassian added a function.
Try adding this to <jira-home>/jira-config.properties
jira.view.issue.show.quicksubtask.when.no.subtasks=true
and then restart. The properties file might not exist, it's only created when you need to move away from the defaults. If you don't have one, just add it. It's plain text and should have the same ownership and permissions as all the other files in that directory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.