As I understand, when you set up a project that is used as a ticketing system and a user sends an email to the address the jira project picks up -The user is not notified of the issue created based on his default profile settings.
Is it possible to force this notification, regardless of his/her profile setting? I would like users to know which Jira task they to track after having sent the mail, or else the mail will go into a "big black hole" for most of our users.
There is no way to override the user profile setting. You will have to either make an interaction on the ticket by another user (maybe by adding comments or pushing through a dummy workflow status change) or write a custom code to send a standard notification whenever the issue is created.
Yes, I wanted to aviod that. As we have other projects in Jira where the user does not want to get notified of their own actions. I wanted to force an "on create" email for this specific project only, without touching the user settings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can set system wide settings for users to be notified of their own actions, then let users opt out via their own profile. if a user makes that choice, then let them.
You can then use the notification scheme to send an email back to the original user via the Reproter field, assuming they are a user of Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I wanted to aviod that. As we have other projects in Jira where the user does not want to get notified of their own actions. I wanted to force an "on create" email for this specific project only, without touching the user settings
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then maybe resorting to ScriptRunner and sending a custom email as a post function? https://bitbucket.org/jamieechlin/scriptrunner-public/src/7c7cb23511a2/src/main/resources/com/onresolve/jira/groovy/canned/workflow/postfunctions/SendCustomEmail.groovy
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.