-
Bug
-
Resolution: Tracked Elsewhere
-
Low
-
None
-
6.3.0.2
-
None
-
We are using Jira as onDemand-Service.
-
6.03
-
Hi support,
when querying a specific issue with the jira rest api through the endpoint
rest/api/latest/issue/
{issueIdOrKey}the resulting object includes only the first 20 worklogs in the "workload"-property. The "comments"-property includes always all available comments. In our case we need to get all worklogs in the result and based on the fact, that comments are handled differently I think there should be a consistant solution.
Steps to reproduce:
1. create issue
2. create 21 worklogs
3. call the rest api endpoint for an issue
4. result is, that the worklog-property does only contain 20 worklogs instead of 21
Question has been posted in the support forum:
Thanks
- was cloned as
-
JRASERVER-34746 The /rest/api/2/issue/<issueKey> endpoint does not respect pagination parameters
- Gathering Impact
- is cloned from
-
JDEV-24792 Loading...