Skip to content

feat: Include epic parent_iid when epic has a parent

What does this MR do and why?

Adds information to allow easier API retrieval of an Epics parent

Screenshots or screen recordings

New information included

{
  parent_iid: 1,
  _links: {
    parent: "http://gdk.test:3000/api/v4/groups/26/epics/1"
  }
}

MR acceptance checklist

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

Related to #347527 (closed)

Merge request reports