I would like to create a notification scheme that notifies "projectrole" when an issue has been allocated to a sprint in Jira Agile
How is that possible?
BR
Bjarne
Hi,
you can notify users if the ticket is edited - but that kind of notification will send emails on any edit of the ticket.
If you want really specific notification - you can write or order event listener
https://developer.atlassian.com/display/JIRADEV/Writing+JIRA+Event+Listeners+with+the+atlassian-event+Libraryor create listener with script runner https://jamieechlin.atlassian.net/wiki/display/GRV/Listeners
Hi Bjarne,
You can use JJupin plugin(paid) to listen for issue updated event(SIL Listener) and send a mail using sendMail routine in the SIL script used in the listener.
BR,
Silviu
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.