Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/integration/jira/configure.md')
-rw-r--r--doc/integration/jira/configure.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/integration/jira/configure.md b/doc/integration/jira/configure.md
index 98d296db170..03d742703a1 100644
--- a/doc/integration/jira/configure.md
+++ b/doc/integration/jira/configure.md
@@ -4,7 +4,7 @@ group: Integrations
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
-# Configure the Jira integration in GitLab **(FREE)**
+# Configure the Jira integration **(FREE)**
You can set up the [Jira integration](index.md#jira-integration)
by configuring your project settings in GitLab.
@@ -58,3 +58,17 @@ To configure your project:
Your GitLab project can now interact with all Jira projects in your instance and the project now
displays a Jira link that opens the Jira project.
+
+## Migrate from Jira Server to Jira Cloud in GitLab
+
+To migrate from Jira Server to Jira Cloud in GitLab and maintain your Jira integration:
+
+1. On the top bar, select **Main menu > Projects** and find your project.
+1. On the left sidebar, select **Settings > Integrations**.
+1. Select **Jira**.
+1. In **Web URL**, enter the new Jira site URL (for example, `https://myjirasite.atlassian.net`).
+1. In **Username or Email**, enter the username or email registered on your Jira profile.
+1. [Create an API token](jira_cloud_configuration.md), and copy that value.
+1. In **Password or API token**, paste the API token value.
+1. Optional. Select **Test settings** to check if the connection is working.
+1. Select **Save changes**.