Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

No Auth

This authentication type is utilized when the endpoint you are accessing does not require authentication. It lets you define the URL of your endpoints and modify it in a single location, eliminating the need to edit the report’s descriptor.

API Key

In this scenario, you will be prompted to provide a key-value pair, which will be used as either a query parameter or a header in requests to API endpoints that necessitate this authentication format.

Bearer Token

This authentication mechanism is widely recognized among developers. Your token will be included as part of the authorization header in each request.

Basic Authentication

This is our default method and is common for transmitting a username and password pair. Within Atlassian’s ecosystem, you are required to provide your email address and an API token as the password.