Skip to content

Using API to retrieve issue list for a specific (current) iteration

We are facing an issue with GitLab API. Actually we are not able to extract the list of issues with the field "Iteration" as part of the data. For example, if I try to execute the following RESTAPI call:

https://gitlab.com/api/v4/projects/24363096/issues

GitLab will return the list of issues that are part of project ID 24363096, but Iteration is not a field part of it.