A
Atlassian CLI
Details
- Command
-
acli - Docs
- https://developer.atlassian.com/cloud/acli/guides/introduction/
Authentication
OAuth 2.0 oauth2 discovered
$ acli jira auth login --web Acquired by the CLI — running acli jira auth login --web opens the auth flow and stores the credential.
$ acli jira auth login --site "<site>.atlassian.net" --email "<email>" --token Create an API token in your Atlassian account from API tokens. Use it together with the owning Atlassian account email address. Jira basic auth uses Basic base64(email:api_token). For Atlassian Rovo MCP, Atlassian also documents a scoped token creation flow at personal API token for MCP.