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