Allow user to view "Workload by assignee" for completed sprint

XMLWordPrintable

    • 1
    • 3

      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.

            Assignee:
            Unassigned
            Reporter:
            Vicknesh Shanmugam (Inactive)
            Votes:
            14 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: