Configuring JIRA with an api key

Configuring Jira with an api key

Video overview

Steps to Set Up a Jira API Token:

  1. Click Create API token.

  2. From the dialog that appears, enter a memorable and concise Label for your token and click Create.

  3. Click Copy to clipboard, then paste the token to your script, or elsewhere to save:

  4. 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 protected] (Your user account email)

Last updated