Skip to content

Add tracking to WI assignees

Natalia Tepluhina requested to merge 334810-add-tracking-to-assignees into master

What does this MR do and why?

This MR implements two features:

  • adds view-only state to WI assignees component when user has no permissions to update the work item
  • adds FE tracking event for updating assignees

How to set up and validate locally

  1. Enable the MVC-2 feature flag

    Feature.enable(:work_items_mvc_2)
  2. Open work item view

  3. Click on assignees field and add a few new assignees

  4. Log out and open the same work item

  5. You should not be able to edit assignees

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

Edited by Natalia Tepluhina

Merge request reports

Loading