Property | Description |
---|---|
Base URL | The Base URL for accessing the JIRA APIs. For example: /rest/api |
API version | Latest API version. |
Access Token | The API token to access JIRA. You can use basic authentication to build a username:password string and encode the string to Base64 or you can generate a personal access token in your JIRA account. The authorization header is either Authorization: Basic or Authorization: Bearer <PAT/Personal Access Token>. |