Skip to content

Work item title max char count validation

Abhilash Kotte requested to merge fix_title_length_error_message into master

What does this MR do and why?

The change limits the maximum length of a work item's title to 255 characters. An error message will be displayed if a user attempts to save a work item title with more than 255 characters. Issue: gitlab-org/incubation-engineering/okr/meta#49 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  1. Go to any work item page and input the title to be more than 255 chars
  2. You should see the following error message "Title cannot have more than 255 characters."

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 Abhilash Kotte

Merge request reports