Skip to content

Enable group level work item references

Mario Celi requested to merge 432555-fix-group-level-notes-and-noteables into master

What does this MR do and why?

Adding a group context to the banzai pipeline allows notes to render markdown on group level work item notes that reference group level work items and other referables

The title and description fields in issues and work items also support other object references. Here me made a small so both fields also support group level work item references

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.

How to set up and validate locally

  1. Enable the namespace_level_work_items FF in rails console Feature.enable(:namespace_level_work_items)
  2. Create a new epic in http://localhost:3000/groups/flightjs/-/work_items
  3. Reference the new epic using a full url or full reference (example flightjs#1) in another issue that exists in a project or group. You can reference the new epic in a note, the description or title of the issue
  4. Short reference should also work in another epic in the same group #1

Related to #432555 (closed)

Edited by Mario Celi

Merge request reports