diff --git a/doc/integration/jira/connect-app.md b/doc/integration/jira/connect-app.md
index c1958f150e96aff09c0aaa2cc5f0c691c5a49501..8da1790101682030d7286397153f48ae341eeb54 100644
--- a/doc/integration/jira/connect-app.md
+++ b/doc/integration/jira/connect-app.md
@@ -40,13 +40,11 @@ To install the GitLab for Jira Cloud app:
 For an overview, see
 [Configure the GitLab for Jira Cloud app from the Atlassian Marketplace](https://youtu.be/SwR-g1s1zTo).
 
-After a namespace is added:
+After you add a namespace, the following data is synced to Jira for all projects in that namespace:
 
-- All future commits, branches, and merge requests of all projects in that namespace
-  are synced to Jira.
-- In GitLab 13.8 and later, existing merge request data is synced to Jira.
-
-For more information about syncing existing branch and commit data, see [issue 263240](https://gitlab.com/gitlab-org/gitlab/-/issues/263240).
+- New merge requests, branches, and commits
+- Existing merge requests (GitLab 13.8 and later)
+- Existing branches and commits (GitLab 15.11 and later)
 
 ## Update the GitLab for Jira Cloud app
 
diff --git a/doc/integration/jira/dvcs/index.md b/doc/integration/jira/dvcs/index.md
index 79b3effaf3f78cc3dcd56875535a9b24ce69a50d..4af0f66f71d55433025518864282804b75dc7934 100644
--- a/doc/integration/jira/dvcs/index.md
+++ b/doc/integration/jira/dvcs/index.md
@@ -133,19 +133,14 @@ For more information, see [Install the GitLab for Jira Cloud app](../connect-app
 ### Feature comparison of DVCS and GitLab for Jira Cloud app
 
 | Feature            | DVCS                   | GitLab for Jira Cloud app |
-|--------------------|------------------------|---------------------------|
-| Smart Commits      | **{check-circle}** Yes | **{check-circle}** Yes |
-| Sync MRs           | **{check-circle}** Yes | **{check-circle}** Yes |
-| Sync branches      | **{check-circle}** Yes | **{check-circle}** Yes |
-| Sync commits       | **{check-circle}** Yes | **{check-circle}** Yes |
-| Sync builds        | **{dotted-circle}** No | **{check-circle}** Yes |
-| Sync deployments   | **{dotted-circle}** No | **{check-circle}** Yes |
-| Sync feature flags | **{dotted-circle}** No | **{check-circle}** Yes |
-| Sync interval      | 60 Minutes             | Real time              |
-| Create branches    | **{dotted-circle}** No | **{check-circle}** Yes (Only GitLab SaaS) |
-| Historic data sync | **{check-circle}** Yes | **{dotted-circle}** No |
-
-### Risks of migrating
-
-The GitLab for Jira Cloud app has a limited ability to sync historic data.
-Only branches, commits, builds, deployments, and feature flags created after installing the GitLab for Jira Cloud app are synced with Jira.
+|---------------------|------------------------|---------------------------|
+| Smart Commits       | **{check-circle}** Yes | **{check-circle}** Yes |
+| Sync merge requests | **{check-circle}** Yes | **{check-circle}** Yes |
+| Sync branches       | **{check-circle}** Yes | **{check-circle}** Yes |
+| Sync commits        | **{check-circle}** Yes | **{check-circle}** Yes |
+| Sync existing data  | **{check-circle}** Yes | **{check-circle}** Yes |
+| Sync builds         | **{dotted-circle}** No | **{check-circle}** Yes |
+| Sync deployments    | **{dotted-circle}** No | **{check-circle}** Yes |
+| Sync feature flags  | **{dotted-circle}** No | **{check-circle}** Yes |
+| Sync interval       | 60 minutes             | Real time              |
+| Create branches     | **{dotted-circle}** No | **{check-circle}** Yes (GitLab SaaS only) |