You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm trying to use the JIRA Cloud API to generate Excel timesheets for my people. I can list the issue for each person with the search api, but I don't see a way to control the pagination of the worklog items within those results. I also tried taking that list of issues and trying to get the worklog with a URL like https://{company}.atlassian.net/rest/api/2/issue/{key}/worklog. This gives me the information I want, but the results look like they could be paginated. I don't currently have an example with more than about 80 worklogs, so I can't be sure if the results are paginated or not.
I therefore have two questions:
Thanks.
worklog REST method does not support pagination and it returns all worklogs for the srlected issue.
According to the documentation, it looks like Volodymyr is right.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.