How to Authenticate Jira Rest API
Authenticating to the Jira REST API is an essential step to interact programmatically with Jira data. Here’s how to do it:
- Navigate to your account settings by clicking on your avatar.
- Select 'Manage account'.
- Select the 'Security' section.
- In the 'Security' section, find the 'API tokens' option and click 'Create and manage API tokens'.
- Click 'Create API token'.
- Provide a label for the token and click 'Create'.
- Click 'Copy' and keep the generated token and store it securely.
- That's it! When making API requests, use 'Basic Authentication' with your email address as the username and the API token as the password.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it