Skip to content

Fixes all visible mentions of work items in UI

Marcel van Remmerden requested to merge Fix-work-item-to-task-in-ui-text into master

What does this MR do and why?

When we scoped back from "work items" to "tasks", a few instances of UI text still stayed in the product. This MR fixes these.

Before After
image image
image image
image image

How to set up and validate locally

Enable the work_items feature flag

Feature.enable(:work_items)
  1. Visit any group or project issue page, add a checklist to issue description
  2. Hover a checklist item, click "Convert to task"
  3. Task is created, Modal opens in edit view

MR acceptance checklist

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

Edited by Marcel van Remmerden

Merge request reports