How to Track User Story Points by Sprint Where the Task Was Moved to 'Done'

I want to write a query for a specific report to list the story points completed by user per sprint. When a task is linked to more than one sprint, the story points should only be linked to the last sprint in which they appear (the sprint where the card was moved to "done").

0
5 comments

Hi!

I'm Sergey from the YouTrack team.

Thank you for contacting us. I'm happy to help you.

When searching for issues or creating a report, you can use a search query to filter issues from a specific board and sprint: board <board name>: <sprint name>.

When a task is linked to more than one sprint, the story points should only be linked to the last sprint in which they appear (the sprint where the card was moved to "done").

The data will be shown for whatever value is stored in the issue's custom field. So you need to keep this field updated as per your requirements. 

0

Hello Sergey, thank you for your feedback!!

I don't think I was clear in my question; I want a report that provides me with information sprint by sprint, as shown in the image below.

In the example from the image, the Story Points of completed tasks are being considered in all the sprints they passed through, not just in the last one.

0

Thanks for your response.

This part was specifically addressed in my previous response: 

The data will be shown for whatever value is stored in the issue's custom field. So you need to keep this field updated as per your requirements. 

Retrieving historic values (how many story points you had at a specific point) is not possible via the UI. You can either store data for each sprint in a separate field or check historic changes to sprint points via the REST API and then generate such a report in a third-party tool outside the YouTrack UI. 

0

Please sign in to leave a comment.