From 62eb04d29e9b2d69c8c2969052ea4a30b78b9b87 Mon Sep 17 00:00:00 2001
From: Evan Read <eread@gitlab.com>
Date: Thu, 22 Feb 2024 16:14:07 +1000
Subject: [PATCH] Mention note diff not imported issue

---
 doc/user/group/import/index.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/user/group/import/index.md b/doc/user/group/import/index.md
index ba7b9298cbb8..271d93c2c136 100644
--- a/doc/user/group/import/index.md
+++ b/doc/user/group/import/index.md
@@ -67,6 +67,9 @@ groups are in the same GitLab instance. Transferring groups is a faster and more
 - In GitLab 16.1 and earlier, you should **not** use direct transfer with
   [scheduled scan execution policies](../../../user/application_security/policies/scan-execution-policies.md).
 - For a list of other known issues, see [epic 6629](https://gitlab.com/groups/gitlab-org/-/epics/6629).
+- Because of [issue 438422](https://gitlab.com/gitlab-org/gitlab/-/issues/438422), you might see the
+  `DiffNote::NoteDiffFileCreationError` error. When this error occurs, the diff of a note on a merge request's diff
+  is missing, but the note and the merge request are still imported.
 
 ## Estimating migration duration
 
-- 
GitLab