Skip to content

Draft: Add LegacyEpic model

Nicolas Dular requested to merge nd/poc-leagcy-epic into master

What does this MR do and why?

Adds a new LegacyEpic model that inherits from Epic. It's a read-only model that should get used in the future to read epic data from the synced Work Item.

The goal is to mimic the API of the existing Epic model and step by step delegate everything to read from WorkItems. This should allow us to replace Epic with LegacyEpic while keeping existing APIs working.

MR acceptance checklist

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

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Nicolas Dular

Merge request reports