Hi
I am trying to run a report to find out the amount of time spent by individuals on tasks in a particular sprint. Anyone know if this is possible
Hello @AnnaA
You can go to search for issue >advanced search issue and search for issue assigned to a specific user in a sprint :
sprint = yourNameSprint and assignee in ("username1", "username2"...)
Then add the column "Time spent" to see the total time spent for an issue. The time spent will aggregate all the logged work regardless which user add them.
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.