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

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 Leaders.
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 Leaders.
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 ).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events