# Configuring JIRA with an api key

**Video overview**

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2For99xDEElfps9uMDY60K%2Fuploads%2FmaxGXiG2wVWx31bOou4v%2Fsetup-jira-api-key.mp4?alt=media&token=ab5f2cd0-751e-4d7b-bc7a-cfe2c23feccc>" %}

#### Steps to Set Up a Jira API Token:

1. **Log in** to <https://id.atlassian.com/manage-profile/security/api-tokens>.
2. Click **Create API token**.
3. From the dialog that appears, enter a memorable and concise **Label** for your token and click **Create**.
4. Click **Copy to clipboard**, then paste the token to your script, or elsewhere to save:
5. **Copy** the generated token (you won’t be able to view it again).

#### Enter the Following Details in the Configuration:

* **apiToken**: `XXXXXX` (Replace with your copied API token)
* **baseUrl**: `https://xxxx.atlassian.net` (Your atlassian cloud instance)
* **email**: `email@company.net` (Your user account email)

<figure><img src="https://1197101183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2For99xDEElfps9uMDY60K%2Fuploads%2Fy21SYFYYASZbpjBAOHvt%2FScreenshot%202025-03-18%20at%2014.37.27.png?alt=media&#x26;token=8cb13312-e6de-4bfb-be1f-bc27a2a29ba0" alt="" width="563"><figcaption></figcaption></figure>
