Hi All
I am trying to create an automation where every time a sprint closes i want a slack notification to be sent, i have configured the same as below, but some of the fields are not getting populated in the notification.
🏁 Sprint *{{sprint.name}}* Closed!
🎯 Goal: {{sprint.goal}}
✅ No. of Issues completed : *{{sprint.issuesCompleted.size}}*
📈 Story points delivered :
*{{sprint.issuesCompleted.sum(issue.storyPoints)}}*
🔄 Issues Added After Sprint Start: {{sprint.issuesAddedDuringSprint.size}}
Sprint Start Date: {{sprint.startDate}}
Sprint End Date: {{sprint.endDate}}
Fields not populating :
✅ No. of Issues completed : {{sprint.issuesCompleted.size}}
📈 Story points delivered :
{{sprint.issuesCompleted.sum(issue.storyPoints)}}
🔄 Issues Added After Sprint Start: {{sprint.issuesAddedDuringSprint.size}}
Appreciate your input on this.
Hi @Sudhanshu Agnihotri -- Welcome to the Atlassian Community!
For a question like this, context is important for the community to help. Please post the following:
Until we see those...
Many of the smart values / attributes you note do not exist. Please review the documentation for the {{sprint}} smart value to learn more:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-development/#--sprint--
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.