Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,527
Community Members
 
Community Events
184
Community Groups

Sprint scope change email notification

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

2 answers

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).
Sprint changed jira automation rule.png

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):

  1. Upon trigger "Sprint started", store the active Sprint(s) via "Set entity property" action on the project entity (differentiating by Board if necessary).
  2. Upon trigger "Field value changed" (for Sprint field) / "Issue updated", compare the issue's "fieldChange.from" / "changelog.Sprint.from" to the persisted active Sprint(s).

Fortunately, people tend to care way more about getting an alert when Sprint scope is expanding, rather than contracting.

Like Peter Youngman likes this

@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.

0 votes
Alex Gallien
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 17, 2017

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

Is this still the case?  Or can we now set up notifications for when a Sprint's scope changes (on Jira Cloud)?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events