Authentication Method
api_key- Atlassian API token
API Token Setup
Step 1: Create an API Token
- Log in to id.atlassian.com/manage-profile/security/api-tokens
- Click Create API token
- Give it a label (e.g., “Corsair Integration”)
- Click Create
- Copy the token immediately — you won’t be able to see it again
- Store it securely
api_key:
Storing Credentials:
Your Jira cloud URL (e.g.,
https://yourcompany.atlassian.net) and email address may also be required in your plugin configuration depending on your setup.Webhook Setup (Optional)
- In Jira, go to Settings → System → WebHooks
- Click Create a WebHook
- Enter your endpoint URL and select the events you want
- Copy the secret if provided
Required Credentials Summary
| Credential | Required For | Where to Find |
|---|---|---|
| API Token | All API calls | Atlassian Account → Security → API Tokens |
| Webhook Secret | Webhook verification | Jira Settings → System → WebHooks |