Skip to content

Show issues as work items list

Natalia Tepluhina requested to merge ntepluhina-issues-as-work-items-list into master

What does this MR do and why?

This MR enables work items list to render on issues list page if user enabled work item view

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. In rails console enable work item view feature flag
    Feature.enable(:work_items_view_preference)
  2. Open any project issue such as http://127.0.0.1:3000/flightjs/Flight/-/issues/5
  3. Enable the work items experience with a switch on the top right of the page
  4. Go back to the issues list and try to open an issue -> click "full view" in the drawer
Edited by Natalia Tepluhina

Merge request reports

Loading