Skip to content

Add confirmation when closing blocked work items

What does this MR do and why?

Add confirmation when closing blocked work items

Adds a modal that appears when closing a work item either via the action menu or via the button below the comment box.

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.

Screenshot_2024-04-08_at_11.42.33

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Link two issues together so that one blocks the other
  2. Attempt to close the blocked issue:
    • Via the 'close issue' button in the drop-down action menu
    • Via the 'comment and close' or 'close issue' button when leaving a comment
  3. Check a modal appears that lists the blocking issues.

Related to #356282 (closed)

Edited by Jack Chapman

Merge request reports