The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Report/Query to track daily hours entered

Rajasekhar Maddela
August 21, 2018

Hello Community,

Sorry if this question was already discussed elsewhere on another thread but it would be very helpful if I could run a report (sort of) that shows how many hours each of the team members has burnt against their assigned tasks for the previous day. JIRA being not very flexible in terms of having a built-in report, I was wondering if anyone from the community has been able to do this and how. Maybe a plugin/query? Thanks in advance.

Regards,

Raj

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 21, 2018

Hello,

You would need the Tempo Timesheets plugin to get such a report:

https://marketplace.atlassian.com/apps/6572/tempo-timesheets?hosting=cloud&tab=overview

0 votes
Piotr Bojko
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 24, 2018

With a little help of Smart QL plugin - https://marketplace.atlassian.com/apps/1218767/smart-ql?hosting=server&tab=overview

 

You can do following queries

SELECT AUX.ASISSUEKEY(issue), author, AUX.ASDURATION(timeworked) 
FROM worklogs
WHERE startdate BETWEEN TIMESTAMP '2016-11-23 00:00:00' AND TIMESTAMP '2016-11-24 00:00:00'
LIMIT 3

 

You can of course do more precise queries, even mix JQL with SQL (and XPATH ).

TAGS
AUG Leaders

Atlassian Community Events