How extract worklogs for a specified time range via the python Jira API ?

Michael Hasiniaina Rakotaorison
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!
January 3, 2019

My current approach is to run a JQL request:

jql_req.JPG
And then to retrieve the list of tickets via the method:

search_issues.JPG
then extract the worklogs from the tickets:

forissue.JPG

However, this method is like taking all the worklogs existing in the ticket, which means adding an additional filter if you want to extract the worklogs for the predetermined time range!

There is a more direct and efficient way to retrieve these worklogs?
Thank you.

 

0 answers

Suggest an answer

Log in or Sign up to answer