Skip to content

Read epic data from the WorkItem in the REST API

What does this MR do and why?

Read epic data from the WorkItem in the REST API

This changes the way how we read data for epics in the REST API, but reading directly from the work item, instead of the epic object.

Since the work item is the source of truth as most services write to the work item first, we should start reading from it in our APIs.

This does not braek the API because the data is bi-directionally synced.

References

Part of &17316

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading