Skip to content

Epics API: Associated issues

  • For a given epic object, allow associating issues to the epic using the API.
  • Follows the same permissions model as the web UI flow.
  • Should be similar to the related issues API: https://docs.gitlab.com/ee/api/issue_links.html.
    • You can get a list of issues for a given epic. GET
      • The list of issues returned is in the persisted order.
    • You can add an issue to an epic (and consequently steal away from another epic). POST
    • You can remove an issue from an epic. DELETE
  • Per https://gitlab.com/gitlab-org/gitlab-ee/issues/4250#note_52227351, also update the reorder API endpoint to return the list of ordered issues.
Edited by Victor Wu