I have an automation in Jira which sends a Slack message to a channel reporting back what the final Story points were for that closed sprint.
I wanted to update that function to only report back the story points total if the users were apart of a team.
The original function was this:
{{lookupIssues.issue.Story Points.sum}}
Hi @Alex Wills,
If you can limit the scope of your Lookup Issues function (the second step in your automation rule) to only the issues delivered by the team you want to report on, that should work.
That does imply the team must be filled out on the issues in the sprint or you should find a way to filter e.g. the issues where the assignee of the issues are part of the team.
Hope this helps!
I took your advice and expanded on it so it would limit itself to the recently closed sprint.
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.