Skip to content

Fix: Discussions created on legacy Epic are resolvable on WorkItem view

What does this MR do and why?

Fix: Discussions created on legacy Epic to be resolvable on WorkItem view

Discussions created on legacy epic were not resolvable on the WorkItem Epic view, while discussions created on WorkItem Epics are resolvable.

To fix that, we need to ensure that notes with Epic's noteables are resolvable on the backend.

However, we don't want to add new features on the legacy epic view, therefore we're hard-coding the resolvable? and resolved? fields on Notes payloads on used on the legacy epic view to not render the Resolve buttons there.

Related to: #479180 (closed)

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

Before After
discussion-bug discussion-fixed

How to set up and validate locally

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

Edited by Kassio Borges

Merge request reports

Loading