Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Pagination is not supporting on component and issue worklog

shalakak September 10, 2018

This is the Api-------->
http://10.53.19.174:8080//rest/api/2/issue/10103/worklog?startAt=1&maxResults=2

 1. startAt &  maxResults  has no effect on response.It simply gives the number of worklogs in issue 10103 which means pagination is not supporting but is given in the documentation.

 Link:

https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm_source=%2Fcloud%2Fjira%2Fplatform%2Frest%2F&utm_medium=302#api-api-3-issue-issueIdOrKey-worklog-get

2 answers

0 votes
Cris Carlo Dapitanon
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!
July 6, 2023

I have an issue with work log exported records in Excel which it starts at 10001 row when importing the data using data world.

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 11, 2018

Hello Shalakak,

Actually, the link you should be looking to in order to get all the worklog ID list API is the one below, so you can see it is not supported: 

https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm_source=%2Fcloud%2Fjira%2Fplatform%2Frest%2F&utm_medium=302&_ga=2.134701685.564002757.1536586066-200867299.1527284132#api-api-3-worklog-list-post

The documentation that you have referred to is related to the worklog on specific issues, which support pagination.

Here's the feature request to implement this feature:

Add pagination to the work log

Suggest an answer

Log in or Sign up to answer