Skip to content

Show labels based on toggle selection in hierarchy and linked items

What does this MR do and why?

Show or hide labels based on toggle selection in hierarchy and linked items.

Screenshots or screen recordings

Screen Recording 2023-11-07 at 4.18.26 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 the feature flag Feature.enable(:linked_work_items)

Steps to verify:

  1. Login with any user
  2. Go to any Project > Issues > List
  3. Create an new Objective under New issue split button
  4. Go to Objective detail page
  5. Under Linked Items, click on Add button to open the form
  6. Add few items in the list and save by clicking on primary Add button
  7. Click on the item and add few labels on the modal itself.
  8. Close the modal and toggle the Show labels button
  9. Check if labels are shown or hidden.

This also affects the Child objectives and key results widget above Linked Items . Try to search and add any Objective/Key result using Add > Existing objective/key result option in the Child objectives and key results widget.

Moreover, for Tasks in issues. Search and Add a Task as mention Add a Task docs under an Issue.

MR acceptance checklist

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

Related to #427602 (closed)

Merge request reports