debian-mirror-gitlab/doc/integration/jira/jira_cloud_configuration.md

24 lines
1 KiB
Markdown
Raw Normal View History

2021-04-29 21:17:54 +05:30
---
2021-10-27 15:23:28 +05:30
stage: Ecosystem
group: Integrations
2021-04-29 21:17:54 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---
2021-12-11 22:18:48 +05:30
# Create an API token for Jira in Atlassian cloud **(FREE)**
2021-04-29 21:17:54 +05:30
2021-06-08 01:23:25 +05:30
You need an API token to [integrate with Jira](index.md)
2021-04-29 21:17:54 +05:30
on Atlassian cloud. To create the API token:
2021-12-11 22:18:48 +05:30
1. Sign in to [Atlassian](https://id.atlassian.com/manage-profile/security/api-tokens)
using an account with *write* access to Jira projects.
The link opens the API tokens page. Alternatively, to go to this page from your Atlassian
profile, select **Account Settings > Security > Create and manage API tokens**.
1. Select **Create API token**.
2021-11-11 11:23:49 +05:30
1. In the dialog, enter a label for your token and select **Create**.
2021-12-11 22:18:48 +05:30
1. To copy the API token, select **Copy**, then paste the token somewhere safe.
2021-04-29 21:17:54 +05:30
You need the newly created token, and the email
address you used when you created it, when you
2021-10-27 15:23:28 +05:30
[configure GitLab](configure.md).