Recently I have a task to make a report on how much time resource spent per tasks since the beginning of 2018. I've downloaded a report using filter
project = "Project" AND createdDate > startOfYear()
and noticed that when assignee is changed (e.g. when person completed a task and change assignee for review), the task is reported to that person. So person who spent 95% of tasks' reported time has no statistics.
So when I want to make a workload report it is not accurate.
Do I have a chance to see a correct time spent per team?
No- you cannot do this in retrospect. This works as intended. You should not change the assignee of the issue for review (bad practice). Add a new user picker field called Reviewer to your issue and add the reviewer in this field.
Thanks. I assumed it, just wanted to confirm.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cannot query worklog information using JQL. Please see the similar question here https://community.atlassian.com/t5/Jira-questions/Time-spent-on-JIRA-issues-group-by-User/qaq-p/49425. Hope this helps you.
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.