Skip to content

Move work item description truncation to work_items_beta

Nick Leonard requested to merge nl-truncation-ff into master

What does this MR do and why?

Moves the description truncation feature from work_items_mvc2 to work_items_beta to enable wider testing.

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.

No change to feature behavior.

Before After
image image

How to set up and validate locally

  1. Enable work_items_beta feature flag: Feature.enable(:work_items_beta)
  2. Open or create a task with a lengthy description (text, images, tables, etc all fine)
  3. Refresh if you updated the task description — truncation is removed on editing

Merge request reports