Average completed story points, broadcast in slack

Chris Carpenter July 15, 2021

Hey folks

 

Getting a bit of automation together that will broadcast some stats in a slack channel when a sprint is closed out. Going well so far, been learning a lot about what you can accomplish with smart values. I am stuck on one of the data points though.

I would like to have the average number of story points we have completed across our past sprints be a part of this. Specifically im having trouble figuring out to get those completed story point values so I can take the average from them.

Anyone know if this is possible, and if so, any idea how to do it?

Thanks in advance!

1 answer

0 votes
Bill Sheboy
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.
July 15, 2021

Hi @Chris Carpenter 

If you can write a JQL statement for the issues you care about, you could use the Lookup Issues action, and then average the story points (or story point estimate for a team-managed project):

{{lookupIssues.Story Points.average}}

Please look here for more information:

https://support.atlassian.com/jira-software-cloud/docs/smart-values-general/#Smartvaluesgeneral---lookupIssues--

Best regards,
Bill

Suggest an answer

Log in or Sign up to answer