From 2daa715e4446785002387fb8b0cab2eade94d114 Mon Sep 17 00:00:00 2001
From: Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>
Date: Tue, 12 Apr 2022 09:38:11 +0000
Subject: [PATCH] Add real-time labels doc

---
 doc/user/project/labels.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/doc/user/project/labels.md b/doc/user/project/labels.md
index 34bfed22ae47f..2cc23b1485793 100644
--- a/doc/user/project/labels.md
+++ b/doc/user/project/labels.md
@@ -449,6 +449,22 @@ The labels higher in the list get higher priority.
 To learn what happens when you sort by priority or label priority, see
 [Sorting and ordering issue lists](issues/sorting_issue_lists.md).
 
+## Real-time changes to labels
+
+> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/241538) in GitLab 14.10 with a [feature flag](../../administration/feature_flags.md) named `realtime_labels`, disabled by default.
+
+FLAG:
+On self-managed GitLab, by default this feature is not available. To make it available, ask an
+administrator to [enable the feature flag](../../administration/feature_flags.md) named `realtime_labels`.
+On GitLab.com, this feature is unavailable.
+
+Changed labels are immediately visible to other users, without refreshing the page, on the following:
+
+- Epics
+- Incidents
+- Issues
+- Merge requests
+
 ## Troubleshooting
 
 ### Some label titles end with `_duplicate<number>`
-- 
GitLab