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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-20 12:07:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-20 12:07:18 +0300
commit11b9d80bd76531de59013e773957b46d014b82af (patch)
tree56bdd016df9b196a797b0c18d5cfc30960d5c385 /doc/integration
parente49f1ae46a164511ba79a08fea137ced2c357d6b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/jira/configure.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/integration/jira/configure.md b/doc/integration/jira/configure.md
index 98d296db170..c7c1887dc7f 100644
--- a/doc/integration/jira/configure.md
+++ b/doc/integration/jira/configure.md
@@ -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**.