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:
authorFelipe Artur <fcardozo@gitlab.com>2018-10-17 13:46:06 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-10-17 13:46:06 +0300
commit918bd1e7415785e7801468f0efc6104696cbbca9 (patch)
treeaea8a3584e9e10bd5cc1e7e6604f42daf55faf08 /doc/user/project/integrations/jira_cloud_configuration.md
parent9fa23d40662e182a2581b0bb3491a16fa37fb294 (diff)
Allow JIRA to login using email and API token
Diffstat (limited to 'doc/user/project/integrations/jira_cloud_configuration.md')
-rw-r--r--doc/user/project/integrations/jira_cloud_configuration.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/user/project/integrations/jira_cloud_configuration.md b/doc/user/project/integrations/jira_cloud_configuration.md
new file mode 100644
index 00000000000..2e6e8278e64
--- /dev/null
+++ b/doc/user/project/integrations/jira_cloud_configuration.md
@@ -0,0 +1,19 @@
+# Creating an API token in JIRA cloud
+
+An API token is needed when integrating with JIRA Cloud, follow the steps
+below to create one:
+
+1. Log in to https://id.atlassian.com with your email.
+2. **Click API tokens**, then **Create API token**.
+
+![JIRA API token](img/jira_api_token_menu.png)
+
+![JIRA API token](img/jira_api_token.png)
+
+3. Make sure to write down your new API token as you will need it in the next [steps](jira.md#configuring-gitlab).
+
+NOTE: **Note**
+It is important that the user associated with this email has 'write' access to projects in JIRA.
+
+The JIRA configuration is complete. You are going to need this new created token and the email you used to log in when [configuring GitLab in the next section](jira.md#configuring-gitlab).
+