You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
Is there a way we can send email notification on sprint scope change in jira cloud onDemand ?
Once the sprint is started and new issues are added in the middle of the sprint which would be a scope change we need to alert to a group via email on this scope change
Any other options apart from buying scriptrunner plugin ?
-Thanks
You can achieve this now that Automation Rules are available in Jira Cloud.
There is a "Field value changed" event that you can use to trigger logic to send emails or (as we do, send a Slack message to the team-channel).
NOTE: you may not want the restriction on issuetype in the above "if".
You could use an "Else if" after this to check whether "Sprint IS EMPTY" to send messages when an issue is removed from a sprint.
For checking if an issue was removed from an active Sprint, it would be nice if JQL had some way to check (perhaps via "WAS" capability for the Sprint field).
One workaround might be (have not tried myself):
Fortunately, people tend to care way more about getting an alert when Sprint scope is expanding, rather than contracting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Peter Youngman I have set a similar setup but, for some reason, message doesn't appear in Slack. Could you please let me know what is your Slack setup looks like. Do you need just a Webhook, or does it require a new channel connector, or both?
Please let me know if you have any questions. I'd appreciate your assistance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mehul,
Unfortunately there is no way to do this out of the box on Jira Cloud. On Server it would be possible to write a custom listener (Tutorial - Writing JIRA event listeners with the atlassian-event library) but this is not an option for Cloud users.
Unfortunately your best bet will be to go with a third party scripting extension.
Cheers,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this still the case? Or can we now set up notifications for when a Sprint's scope changes (on Jira Cloud)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.