...
Application | Basic Authentication | Session Authentication | OAuth and Related Tokens | Discussion |
---|---|---|---|---|
Jira, Confluence Cloud | No longer available | No longer available | Atlassian Personal Access Tokens (also known as API Tokens) Parameters
|
|
Jira Server | Parameters
| Parameters
Default with automatic login | Requires 8.14 or higher. Parameters
|
Personal Access Token Restrictions
|
Confluence Server | Parameters
| Parameters
Default with automatic login | Requires 7.9 or higher. Parameters
|
Personal Access Token Restrictions
|
Bamboo Server | Parameters
| Requires 6.10 or higher. Parameters
|
Personal Access Token Restrictions
| |
Bitbucket Server | Parameters
| Parameters
|
Personal Access Token Restrictions
| |
Bitbucket Cloud | Parameters
| App passwords
|
| |
Trello | Trello Token Parameters
|
| ||
Slack | Parameters
|
| ||
Tempo Cloud | Parameters
|
Personal Access Tokens for Server and Datacenter
...
Personal access tokens can be created in the UI by going to your profile - see Atlassian documentation on personal access tokens.
Restrictions
- Some server remote capabilities used in various CLI actions may not support access via personal access tokens - actions like renderRequest or actions that use similar support under the covers depending on action parameters used. In this case, you will get an error message like:
In some cases, you can avoid restricted capabilities by adjusting parameters you are using on the action. Otherwise, you need to revert to the standard user and password support.Client error: Action or capability not available when using token authentication. Use user and password parameters instead.
- Secure administrator sessions (websudo) is turned on for your instance and you are attempting a secured administration action. In this case, you will get websudo permission errors. Turn off websudo for your site or revert to the standard user and password support.
...