In a previous company that I think was using Jira Server, I used to be able to see total points for a selected assignee. I'm now using Jira Cloud but don't seem to have that ability. I have entered story points for Jira issues and assigned them to assignees, but in the Backlog board with the being-planned sprint up at the top, clicking on any assignee's icon (avatar) fails to show total story points for the sprint.
How can I enable this in Jira Cloud?
Thanks
-k
Unfortunately, there isn't any out of the box solution given by JIRA Cloud.
You can go this article for more details.
@Vishal Biyani "You're right, Jira Server had some features (often through plugins) that aren't directly replicated in Jira Cloud."
* Mentions the specific feature of clicking on an assignee's avatar to see total story points.
* Confirms that this functionality is not available in Jira Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're right, Jira Server had some features (often through plugins) that aren't directly replicated in Jira Cloud. The ability to click on an assignee's avatar and see the total story points for that sprint was likely one of those. Unfortunately, there's no equivalent native setting in Jira Cloud to enable that specific functionality.
The best approaches in Jira Cloud are:
* Sprint Report: This is the closest built-in feature. While it's not a click on the avatar, it does give you the total points per assignee within the context of the active sprint. It's the most direct and recommended approach.
* JQL and Export: You can create a JQL query like this (adjusting the sprint name):
sprint = "Your Sprint Name" AND assignee = "Assignee Name"
Then, export the results to CSV. In a spreadsheet program, you can easily sum the story points column for each assignee. This is a bit more manual but works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't directly see the total story points per assignee within the Backlog view in Jira Cloud. The Backlog view is primarily designed for planning and prioritizing, not detailed reporting. While you can see story points for individual issues, it doesn't aggregate them by assignee in that view.
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.