How to recognize Story Points by developer in Jira?

Recognizing Story Points achieved by developer is key to provide transparency to Scrum team in order to reward performers and find out places that need help early. The performers are more likely to assist their teammates when they see that their own efficiency is attributed along with overall team results. The metric will encourage honesty and trust within the team and that’s why it is so important.

There is no standard way to do this in Jira and that’s why I’ve thought that it might be useful to share. Identification of Jira issues may happen based on workflow transition events like:

  • the user that transitioned issue from status “In Progress” to “Review”, ‘Testing’, ‘Done’
  • the user that transitioned issue from status “Open” to ‘Review, ‘Testing’, ‘Done”

and JQL queries like:

(status CHANGED FROM "In Progress" TO "Review" BY linda.jones) or
(status CHANGED FROM "In Progress" TO "Testing" BY linda.jones) or 
(status CHANGED FROM "In Progress" TO "Done" BY linda.jones)

If your Jira Admins are open to enhancements (i.e., adding custom fields) there is an even better approach that adds more value to your further reporting. It is based on custom fields populated as post function in your workflows as given in our video: Design New Jira Metrics. Such fields will be handy for other purposes, i.e., set objectives and break down metrics by new fields like “Tested by”, “Developed by” aligned with your exact workflow process.