What about email subscriptions?
You can setup a search filter (such as unassigned) and have the email subscription go out to whoever is interested.
Hi,
I am in need of this as well. I have checked script runner, but it doesnt meet the needs. I am running a helpdesk. And currently users email issues in to log issue, this is not a problem. So he will receive and email notificaiton of the issue, but when he replies to the issue, he receives an extra email of his reply as he reply to jira.
The condition that we want is
if Comment is added via email, no notification
if comment is added via jira, a notification will be receive.
this is is so that we do not receive duplicated emails.
Any idea how I can do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi
You could use Script Runner for this
https://jamieechlin.atlassian.net/wiki/display/GRV/Built-In+Scripts#Built-InScripts-SendCustomEmail
Regards,
Bhupesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sory, my objective is to use conditions as :
- if assignee in group X notif (using the notification scheme) group X
- if assignee in group Y notif (using the notification scheme) group Y
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. The point of a notification scheme is simple - it breaks down to
If event X happens, then mail people matching condition Y.
Y can be assignee, groups, roles, reporter and so on, and it's multiple ("assignee and reporter and everyone in role of developer" for example)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sory, my objective is to use conditions as :
- if assignee in group X notif (using the notification scheme) group X
- if assignee in group Y notif (using the notification scheme) group Y
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Um, I don't understand that. Both of your statements can only ever resolve to false, so there's no real problem - just don't notify anyone.
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.
Best thing would be to add a groups custom field to the issue and use that in the notif scheme. Then you will need to deal with setting the custom field to the groups according to whatever criteria you need, which is easily done in a script or plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.