Skip to content

Work item Epic inline color widget

Rajan Mistry requested to merge 394864-work-item-epic-color into master

What does this MR do and why?

This MR completes one of the task of Color widget issue #394864 (closed). It adds inline color widget in Epic work items.

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

Screen Recording 2024-02-01 at 3.03.06 PM.mov

How to set up and validate locally

Prerequisites:

  1. Enable the OKRs feature as mentioned in the OKRs docs (e.g. ::Feature.enabled?(:okrs_mvc, Project.find(<PROJECT_ID>)) and the namespace must have Ultimate plan).
  2. Enable Epic work items FF - Feature.enable(:namespace_level_work_items)

Steps to verify:

  1. Login with any user

  2. Go to any Group > Epic

  3. Change the URL from /epics to /work_items e.g.

    http://127.0.0.1:3000/groups/gitlab-org/-/epics > http://127.0.0.1:3000/groups/gitlab-org/-/work_items

  4. Create an new Epic work item

  5. Go to the Epic work item detail page

  6. Interact with the Color widget

Related to #394864 (closed)

Edited by Rajan Mistry

Merge request reports