Forums

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

Can you retrieve all worklogs from a specific timeframe for a specific user?

Nemanja Rankovic
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 28, 2022

Hi,

I was wondering if it is possible to somehow retrieve all worklogs for a user instead of an issue?
I would like to export monthly worklogs for each jira member, as there can be between 1 and 50 new issues a month, and some issues could be logged even few months after it's creation

2 answers

1 vote
Ravi Sagar _Sparxsys_
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.
December 28, 2022

Hi @Nemanja Rankovic 

Not without an app like Tempo but you can always retrieve this using REST API however you would need to make couple of rest call.

You can use a JQL like this to retrieve all issues where user logged time in a time frame.

worklogDate > "2022/01/01" and worklogDate < "2022/03/31" and worklogAuthor = currentUser()

This will only give you issues and then you will have to use REST API to retrieve the worklogs.

I hope it helps.

Ravi

0 votes
Adaeze_Jude_HEROCODERS
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.
December 28, 2022

Hello @Nemanja Rankovic 

Thank you for your question.

I am Adaeze from HeroCoders.

I must tell you that you can achieve your desired feature using Clockwork Time Tracking and Timesheets PRO

Clockwork provides you with Out-of-the-box reports that provide clear visibility of the time logged per user. You can filter by so many other fields in the Timesheet report.

Please know that you can also download the Timesheet report in an excel format.

Let me know if you choose to continue working with our App, we will be happy to discuss more here.

Cheers,

Adaeze.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events