Configuring JIRA with an api key
Configuring Jira with an api key
Video overview
Steps to Set Up a Jira API Token:
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).
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