Skip to content

Increase the limit of linked items that can be added at the time

Rajan Mistry requested to merge 416558-increase-work-items-limit into master

What does this MR do and why?

Increase the limit of linked items that can be added at the time from 3 to 10

Screenshots or screen recordings

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

Before After
Screenshot 2023-10-16 at 10.34.30 PM.png Screenshot 2023-10-16 at 10.32.47 PM.png
Screenshot 2023-10-16 at 10.34.43 PM.png Screenshot 2023-10-16 at 10.33.08 PM.png

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. Select any relationship
  7. Search/Select 10 or more work items and check the message

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 #416558 (closed)

Edited by Rajan Mistry

Merge request reports