Search code examples
restjirajira-rest-api

Get ALL worklog from Jira REST API


is there a working REST curl to get all worklog of every issue there is,

I ve tried POST /rest/api/2/worklog/list , but I dont have a list of worklog ids !!

and I don't wanna go through issues either


Solution

  • If you do not want to go through all the issues, you can get the worklog IDs via Get ids of worklogs modified since REST API. The response body will contain the IDs you can use for /rest/api/2/worklog/list.