I want to look at the story points each of my developers have completed by sprint.
Hi @Al Andersen Welcome to the Atlassian community,
You can try the below JQL to get the issues completed by users in the Sprint.
sprint = 1001 AND assignee = "abc@gmail.com" AND status in ("Resolved", "Closed", "Done")
Add the Story point field in Jira issue navigator to get the Story points associated with those issues.
You can also look at the below reports
https://www.atlassian.com/agile/tutorials/burndown-charts
https://confluence.atlassian.com/jirasoftwareserver/velocity-chart-938845700.html
Hi @Al Andersen ,
Currently, out of the box, you can view the story assign to each individual in the sprint. However, you'll need another solution for completed. See this Posting:
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.