Skip to content

Expose iteration property for issues API

euko requested to merge 332377-add-iteration-field-to-issues-rest-api into master

What does this MR do and why?

Resolves #332377 (closed).

How to set up and validate locally

  1. Create an iteration (visit Iteration under Issues via the left menu)

    Note that iterations are group-scoped objects.

  2. Assign the iteration to an issue.

  3. Test out the API endpoints:

    Single issue: http://gdk.test:3000/api/v4/issues/<issue id>

    Project issues: http://gdk.test:3000/api/v4/projects/<project id>/issues

    Group issues: http://gdk.test:3000/api/v4/group/<group id>/issues

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by euko

Merge request reports

Loading