Hi all,
We are looking for a tool to track time in Jira and have report like:
Description Assignee Start time End time Total hours
Issue 1 James 5:30AM 9:30AM 4
issue 2 Edwin 5:21AM 8:22AM 3
Do you know any tools support this?
Time tracking
JIRA has built-in time tracking, or you could use Tempo if the built-in feature is not sufficient.
Reporting
For the report, you can create a custom template for the Better Excel Plugin. This would just iterate through the worklogs of each issue, then calculate the earliest and latest dates, then export those with the field values to a spreadsheet. See the customization guide.
There is a default template that processes worklogs to create various reports. You could use that as starting point.
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.