Skip to content

Delete workItemUpdateTask/workItemCreateFromTask mutation from frontend

Coung Ngo requested to merge 434863-delete-workItemCreateFromTask-mutation into master

What does this MR do and why?

Delete workItemCreateFromTask mutation from frontend (#434863)

Replace workItemCreateFromTask mutation with workItemUpdate mutation, since we don't need to update parent description markdown anymore which is what workItemCreateFromTask does

Screenshots or screen recordings

Screen_Recording_2023-12-12_at_2.45.19_pm

How to set up and validate locally

  1. Go to an issue http://127.0.0.1:3000/flightjs/flight/-/issues/1
  2. Create a new task in the Child Item widget
  3. Click on the new task to open it
  4. Test that you can still toggle confidentiality, open/closed state, and update the title

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 #434863

Edited by Coung Ngo

Merge request reports