Skip to content

Bulk Edit GQL mutation frontend

Jack Chapman requested to merge jc/work-item-bulk-edit-gql-fe into master

What does this MR do and why?

Updates the Bulk Edit functionality added in !158762 (merged) so that it uses a GraphQL mutation instead of the legacy REST API.

The mutation is being added in !161507 (merged), however the implementation in this MR mocks the mutation.

Because the GraphQL interaction is mocked, it is not expected that bulk editing will be functional in this MR.

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Screen_Recording_2024-08-08_at_16.32.24

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Enable these feature flags: work_item_epics, namespace_level_work_items, work_item_epics_rollout, work_item_epics_list.
  2. Visit the /epics page for a group.
  3. Check the bulk edit functionality no longer makes a request to the REST API.

Relates to #434296 (closed)

Edited by Jack Chapman

Merge request reports

Loading