Remove parent_id arg on BulkUpdate mutation
What does this MR do and why?
- This MR cleans up an argument originally introduced to the work items
BulkUpdatemutation. Thisparent_idargument was switched in favour offull_path, which is now in use by the frontend. - Note that the work items bulk update mutation is currently marked as experimental, allowing us to make this change
References
Screenshots or screen recordings
Not provided
How to set up and validate locally
- Verify that the work items bulk update functionality continues to behave as expected
- With the GDK running, navigate to the epics page for a group (e.g.
http://localhost:3000/groups/flightjs/-/epics) - Select any number of epics and apply a bulk update
- (optional) observe in the network tab that the mutation sends
fullPathto backend, and notparentId - Observe the epics were updated accordingly
- With the GDK running, navigate to the epics page for a group (e.g.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #556058 (closed)