Skip to content

Replace create task popover with button

What does this MR do and why?

In this MR, we simplify creating work items from the task: we remove the need to click within a popover and open the modal on button click instead. Also, the icon is changed from ellipsis to doc-new

Screenshots or screen recordings

work-item

How to set up and validate locally

  1. Enable work items feature flag
    Feature.enable(:work_items)
  2. Open an issue and add a list of checkboxes:
    - [ ] Test 1
     Test 2
  3. Hover the element in task list to see the "Convert to work item" button
  4. Click the button.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Natalia Tepluhina

Merge request reports

Loading