Skip to main content

Jira / Confluence DC

Description

The Jira / Confluence Data Center connector uses the Atlassian REST API to discover user accounts, groups, and project/space role memberships within self-hosted Jira Data Center or Confluence Data Center deployments. It authenticates using a Personal Access Token and provides visibility into application-tier access across development and documentation platforms.

System Type Classification

FieldValue
System TypeApplication
Default Scan Priority500

Version Support

OrbisID EditionSupported
CommunityNo
ProYes
EnterpriseYes

Supported Protocol

ProtocolPortNotes
REST API (HTTPS)443 TCPPersonal Access Token (PAT) via Authorization: Bearer header

What OrbisID Discovers

DataSource
UsersGET /rest/api/3/users/search (Jira)
GroupsGET /rest/api/3/groups/picker (Jira)
Group membershipsGET /rest/api/3/group/member
Jira rolesGET /rest/api/3/role
Confluence usersGET /wiki/rest/api/user/list (Confluence)

Connection Requirements

Required Permissions

Create a dedicated service account and generate a Personal Access Token with read-only access.

Minimum permissions:

  • Browse Users global permission (Jira)
  • Confluence Administrator or System Administrator (for Confluence user enumeration)

Credential Mapping

OrbisID FieldValue
credential.passwordAtlassian Personal Access Token
system.hostnameJira/Confluence server hostname (e.g., jira.example.com)

Network Requirements

The OrbisID server must have HTTPS access to the Jira or Confluence Data Center instance on port 443.

Configuration Steps

  1. In Jira/Confluence, navigate to Profile → Personal Access Tokens → Create token
  2. Grant the token no expiry or set a long expiry; ensure it belongs to an admin service account
  3. Create a Credential in OrbisID:
    • Password: Personal Access Token
  4. Navigate to Systems → Add System
  5. Fill in the fields:
FieldValue
NameDescriptive name (e.g., Jira DC – Engineering)
OS TypeJiraConfluenceDc
System TypeApplication
HostnameJira/Confluence server hostname
CredentialThe PAT credential
  1. Click Test Connection
  2. Click Save

Troubleshooting

SymptomLikely CauseResolution
401 UnauthorizedInvalid or expired PATRegenerate the Personal Access Token
No users returnedMissing Browse Users permissionGrant Browse Users global permission to the service account
403 ForbiddenToken lacks admin scopeEnsure the token belongs to a Jira/Confluence administrator
Cannot connectHTTPS not configuredVerify SSL is enabled on the instance