How do see the issue productivity of individual users per sprint?

Al Andersen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 12, 2023

I want to look at the story points each of my developers have completed by sprint.

2 answers

0 votes
Ravina
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 13, 2023

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

0 votes
Benjamin
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 12, 2023

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:

https://community.atlassian.com/t5/Jira-questions/JQL-Query-for-Summing-Completed-Story-Points-Per-Assignee/qaq-p/693847

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events