How to Create a Jira API Token Easily 2026
By Impran M N
If you're building an integration or automation that needs to talk to Jira, you'll need an API token rather than logging in with a password. This guide covers creating a new token from your Atlassian account settings and storing it safely.
01Go to account settings
Click your profile avatar in the top right corner of Jira and select Account Settings.
02Find the API token section
Open the Security tab and scroll to the API token section, then click through to the credentials dashboard.
03Create your token
Click Create API Token, enter a descriptive label so you remember what it's for later, and click Create.
04Copy the token immediately
Click the copy button to grab the raw string and save it somewhere secure, since it disappears once you close the popup.
05Manage or revoke tokens later
Return to the credentials dashboard anytime to review your active tokens or revoke ones that are no longer needed.
Frequently asked questions
How do I create a Jira API token?
Open your Atlassian account settings, go to Security, click Create and Manage API Tokens, then click Create API Token and label it.
What should I name my Jira API token?
Use a descriptive label that tells you what the token is being used for, since you may end up managing several tokens over time.
Can I recover a lost Jira API token?
No, once you close the creation popup the raw token isn't shown again — you'll need to revoke it and create a new one.
Is a Jira API token the same as my account password?
No, a token is a separate credential specifically for authenticating scripts and integrations without exposing your actual password.
Watch the full walkthrough
The same steps, demonstrated on screen from start to finish.



