Skip to content

BE to add Graphql subscription for work item updated

Abhilash Kotte requested to merge akotte-be-add-progress-subscription into master

What does this MR do and why?

Adds a graphql subscription for work item updates. The subscription is also triggered when a work item is updated through the Issue interface since both issues and work items are the same in the DB.

Background

In !113966 (comment 1317332089) we decided in conjuction with the frontend that using a coarse subscription would be beneficial for the frontend implementation. So, that's why this one was implemented as workItemUpdated instead of something more granular like workItemProgressUpdated.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Mario Celi

Merge request reports