The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get notified when issues are assigned to a sprint

Bjarne.Sehested
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new 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 Champions.
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 Champions.
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