Confluence

Supported version: Cloud and Server(Server Version till 8.0).

API Rate Limit: No Limit

Supported Authentication: Basic authentication

To Generate token for Confluence follow below steps:

Create an API token from your Atlassian account:

  1. Log in to Atlassian

  2. Click Create API token.

  3. From the dialog that appears, enter a memorable and concise Label for your token and click Create.

  4. Click Copy to clipboard, then paste the token to your script, or elsewhere to save:

IMPORTANT: Please make sure your Confluence instance must be accessible from the Gathr Analytics Machine.

Note:

  • For security reasons it isn’t possible to view the token after closing the creation dialog; if necessary, create a new token.
  • You should store the token securely, just as for any password.

To configure Confluence to use Basic authentication, follow the steps below:-

  1. On Gathr Analytics, Enter your Confluence URL for example Confluence
  2. Select “Create New Account” and add user friendly name for account “Confluence Account”.
  3. Enter your username and the generated token as password.
  4. Click on “Save”.

To configure Confluence to use Token Based authentication, follow the steps below:-

  1. On Gathr Analytics, Enter your Confluence URL for example Confluence
  2. Select “Create New Account” and add user friendly name for account “Confluence Account”.
  3. Check “Pass Parameter(s) in Header” and enter the following details:
    1. Key : “Authorization”
    2. Value : Bearer< SPACE > < Token >
  4. Click on “Save”.
Top