Skip to content

fix: Add missing requirements icon name to work item name to icon map

Jack Chapman requested to merge fix-missing-requirements-icon into master

What does this MR do and why?

Adds a mapped icon name/id to the work item name to icon name object to fix Requirements being rendered without an icon in linked items list on work items

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-03-18_at_10.56.24 Screenshot_2024-03-18_at_10.56.48

How to set up and validate locally

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

  1. Create a Requirement
  2. Create a legacy issue
  3. Relate the Requirement to the legacy issue using the Requirement's #ID
  4. View the legacy issue as a Work Item

This change will cause the Requirements icon to display in the linked items list, where before it was not displayed.

Notes

  • It doesn't appear to be possible to link a work item to a requirement via the work items UI, only via the legacy UI.

Merge request reports