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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.