I am trying to use a Rest API call to get worklog information back.
I have noticed online that one can achieve this by specifying a issue key for example
GET https://######.atlassian.net/rest/api/2/issue/SOL-1414/worklog
The above work perfectly, but i am interested in retrieving all issue key's worklog information.
Can someone please assist me?
Regards
Rayno
Hi @Rayno Matthee
I do not believe that is possible, probably for the same performance reasons that data for all issues cannot be retrieved for JQL with more than 100 issues returned; batching is required. You may want to try a REST API JQL call to get the issue keys you want and then iteratively call the worklog one.
Best regards,
Bill
Hi @Bill Sheboy thank you for responding.
Let me try your suggested approach using batching rather and include JQL in the api call.
I will let you know how it goes.
Thank you and regards
Thank you very much @Bill Sheboy
Your solution worked perfectly.
Have a fantastic weekend.
Awesome! I am glad that worked for you. Have a good one!
It looks like you're new here. Sign in or register to get started.