Jira Connector: Security

Authentication and Identification

The connector uses Basic Authentication to authenticate the user during crawling. A username and API token is provided, which is then passed to every request during crawling.

For more information how to create API token please refer to: Jira Connector: Create API Token

Identification

Scope: 'Jira:' + Jira sever url

Tokens: The token for the user and the user's groups

Security

Share Security

For Issues:

  • Scope: 'Jira:' + Jira sever url
  • Tokens: The token for the user and the user's groups

For Projects:

  • Scope: 'Jira:' + Jira sever url

  • Tokens:

    • For issues: the permission tokens of the project of the issue and a JiraEveryoneClaim token
    • For projects: the permission tokens of the project

Document Security

Scope: 'Jira:' + Jira sever url

Tokens:

  • For issues: the permission tokens of the project of the issue and a JiraEveryoneClaim token
  • For projects: the permission tokens of the project

ayfie