Hello i created my own workflow in jira, but i need to send an email notification when the issue pass from an status to another, are there some type of configuration to do it ? thanks
Hi,
In your transition, add post function " Fire an event that can be processed by the listeners"
It has the post function the last functions says this"Disparar un evento Evento genérico que puede ser procesado por escuchadores.(Spanish)" all the transitions have this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
selct your custom event or one of JIRA's system events :Issue
Assigned, Issue Moved,...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Updated my answer. Check it out
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alejandro,
Use Issue Notifications Schemes.
https://confluence.atlassian.com/display/JIRA/Creating+a+Notification+Scheme
You can also configure a custom notification if what you are not looking for is not in one of the events provided by JIRA. Documentation available at
https://confluence.atlassian.com/display/JIRA/Adding+a+Custom+Event
Follow this:
1. Go to Administration
2. Click on Events
3. Create a new Event called "Status Changed"
4. Go to your project's notification scheme and select the group or project role that needs to be notified when the issue status is changed
5. Go to your workflow and add this event on every transition post-function
Cheers
Bhushan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Bhushan:
Could you provide screenshot for "5. Go to your workflow and add this event on every transition post-function"? I am using Jira cloud, and It is not obvious to me how this is done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Or alternatively, you can just set a custom messenger configuration with this add-on https://marketplace.atlassian.com/plugins/net.vacom.jirassimo/server/overview
and set it to fire when an issue (in one or another project) changes it's status or whatever condition you may have.
What is a benefit for us is that you can set it up to send a slack notification as well
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.