Skip to content

Append a percentage symbol to the end of work item progress

Max Woolf requested to merge fix-work-item-process-percentage into master

What does this MR do and why?

  • Adds a percentage symbol to the note created when an OKR progress is changed.

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
Screenshot_2024-05-09_at_13.50.06 Screenshot_2024-05-09_at_13.50.01

How to set up and validate locally

Example below:

  1. In rails console enable the experiment fully

    Feature.enable(:okrs_mvc)
  2. In a project, create a new objective. https://docs.gitlab.com/ee/user/okrs.html (If the project doesn't have any issues yet, you'll need to create one first to see the "New Objectives" button.

  3. Try to change the progress of that objective, or any KR within it.

  4. Note that progress now includes the % sign.

Edited by Max Woolf

Merge request reports