Skip to content
Discussion options

You must be logged in to vote

If Atlassian issued the service-account credential as a Cloud API token, it can use the existing Basic Auth path. Configure the service account identity as the username and the token as the API token:

JIRA_URL=https://your-site.atlassian.net
JIRA_USERNAME=service-account-email
JIRA_API_TOKEN=service-account-token

Use the matching CONFLUENCE_* variables for Confluence. The Cloud configuration requires both values, and the client passes them as username and password to the Jira or Confluence library.

JIRA_PERSONAL_TOKEN and CONFLUENCE_PERSONAL_TOKEN are the Server/Data Center PAT path. If your service-account credential is a Bearer-only token rather than an API token accepted by Basic Auth,…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sooperset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants