How to get notified when issues are assigned to a sprint

Bjarne.Sehested May 25, 2014

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

2 answers

0 votes
Julia Levcovets
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 25, 2014

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

0 votes
Silviu Burcea
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 25, 2014

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

Suggest an answer

Log in or Sign up to answer