Xray Integration
Connect Jira Xray test management tool to the Oobeya Test Analytics module.
Last updated
Connect Jira Xray test management tool to the Oobeya Test Analytics module.
Xray integration allows Oobeya to:
Analyze manual test results from Xray projects.
Track UAT success and escaped defects across projects.
Measure team-level testing efficiency and defect resolution performance.
Display metrics and trends in Team Health > Scorecards and organization dashboards.
Before starting the integration:
You must have an active Jira instance with the Xray plugin installed.
Your user account must have permission to access Xray APIs.
An API Token or Basic Auth credentials are required.
Oobeya supports both authentication types depending on your Jira environment:
Xray Cloud
API Token or Basic Auth
Xray Server / DC
API Token or Basic Auth
For Xray Cloud users, you can generate your API token from Atlassian Account β Security β API Tokens.
Go to Integrations β Test β Xray and make sure the Xray addon is installed.
Navigate to Data Sources.
Click Xray addon and click New Data Source.
Fill in the connection details:
Data Source Name
A custom name for your connection.
Company Xray Server
Server URL
Base URL of your Jira Xray instance.
Server: https://JIRA_SERVER_URL
Cloud: https://yourcompany.atlassian.net
Access Type
Choose Basic or Token.
-
Username / Email
Your Jira username or email address.
test@company.com
Password / Token
Jira password or API token.
βββββββ
Click Test Connection to validate credentials.
Once the connection succeeds, click Add to save.

Once connected, Oobeya can retrieve and process data from Xray:
Test Executions β total test runs, status (pass/fail), duration, and owner.
Test Cases β manual test details and associated UAT mappings.
Defects β linked or related bugs for each test execution.
This data is normalized and displayed within the Test Analytics module.
Connection test fails
Wrong URL or expired token
Recheck credentials and API token validity.
No test data retrieved
Insufficient API permissions
Ensure your Jira user has Xray API access.
Last updated