Skip to content

Add concern to update issues and work items

What does this MR do and why?

Added a concern to make sure that the create,update and destroy opertations are relayed in both (work-item and issues) indices in the elasticsearch.

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.

Before After

How to set up and validate locally

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

  1. Make sure advanced search is enabled.
  2. Create a new issue and then check that a new document in the work items index is created
  3. Similarly we need to verify for update and destroy as well
  4. Then create a new work item and verify the document in the issues index

Related to #455320

Edited by Siddharth Dungarwal

Merge request reports