Configuring Jira with an api key
Video overview
Log in to https://id.atlassian.com/manage-profile/security/api-tokensarrow-up-right.
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)
XXXXXX
baseUrl: https://xxxx.atlassian.net (Your atlassian cloud instance)
https://xxxx.atlassian.net
email: [email protected] (Your user account email)
[email protected]
Last updated 11 months ago