Configuring JIRA with an api key
Configuring Jira with an api key
Last updated
Configuring Jira with an api key
Last updated
Video overview
Click Create API token.
From the dialog that appears, enter a memorable and concise Label for your token and click Create.
Click Copy to clipboard, then paste the token to your script, or elsewhere to save:
Copy the generated token (you won’t be able to view it again).
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)