Skip to content

Add issuableDescriptionUpdated to the GQL subscription type

What does this MR do and why?

Adds issuableDescriptionUpdated to the GraphQL Subscription type. A client can register for this event and will be notified every time the issuable is updated. THis change works for all issuables in the system:

  • Issues
  • WorkItems
  • MergeRequests
  • Epics (EE only)

How to set up and validate locally

Sadly there's no good way to test this locally without apollo as the GraphiQL client does not have support for subscriptions. THis came up in #362550 (comment 1052164209)

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 #365998 (closed)

Merge request reports