Skip to content

Fix polling of notes for Epics

Heinrich Lee Yu requested to merge fix-epic-notes-polling into master

What does this MR do and why?

Fix a bug where notes are not being updated in real-time for Epics

How to set up and validate locally

  1. Open an epic in 2 browser sessions
  2. Add a note in one window
  3. Note should show up in other window

It is important to test with 2 different sessions (different browsers or incognito tab) because if it's just another tab in the same session polling kinda works because the ETag is invalidated by the browser when you do a POST to the same URL. And we use the same URL for creating notes.

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 Heinrich Lee Yu

Merge request reports

Loading