-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Problem Definition
Currently in JIRA, users can only view "Workload by assignee" in backlog. User would like feature to view "Workload by assignee" for completed sprints as well.
Suggested Solution
Add a shortcut add left side of JIRA to display completed sprints which shows completed Sprints. Users can go here and click on assignee link to view "Workload by assignee".
Workaround
See this community discussion.
Worklogs not stored by sprint but by issue. I assume that you are using jira with out plugins under this assumption
use jql :
project =<your project> And sprint = <your sprint> to get your issues in specific sprint.
Than add timespent columns to learn total amount of worklogs
But this make a false report if your issue enter more than one sprint.
- is related to
-
JSWCLOUD-16789 Add ability to see aggregate workload of a specific assignee per Sprint
- Closed
-
JRASERVER-62447 Allow user to view "Workload by assignee" for completed assignee
- Gathering Interest