Hello All -
In my JIRA workflow there are many steps (via Post Function) where I update the Issue field to assign the Issue to a user associated with the project. What I want to happen is that when a user gets assigned an Issue, I want that person to receive a JIRA email notification.
I have my Notification Scheme in that Issue Created, Issue Updated, and Issue Assigned all notify "Current Assignee." At this point none of the users receive an email when assigned an Issue throughout the workflow.
Does anyone know how I can implement this? Thanks in advance.
This might have something to do with the order in which the post functions are executed. You want to make sure that your post function is executed before you fire an event (closer to the top of the list). You also want to make sure you are firing one of the events you mentioned in your question and not just as a generic event for that transition.
Brandon, If you are open to the add-on route, I use JIRA Misc Workflow Extensions for this. There is an Email Issue post function that is pretty robust and could handle this.
-peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Peter -
Thanks for your help. I will look into the add-on.
I was just hoping that a simple post function could send an email to an assigned user. It would be great if said email to user would also have a link for the Issue that has been assigned. Does this concept not exist?
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.