v1

latestOpenAPI 3.0.22026-07-23125563.8 KB
Integrations

Create Jira issue from a run test

Creates a Jira issue using the organization Jira integration, with title and description built from the specified run and test (same linking behavior as the dashboard). Identifies the Jira site via jiraInstallationId (shown in the dashboard as Installation ID). Requires a write-scoped API key. On 404, the error field indicates whether the Currents project, Jira installation, run, or test was not found.

post/projects/{projectId}/jira/issues

Path parameters

projectIdstring required

The project ID

Request body

runIdstring required

Currents run ID containing the test

testIdstring required

Test ID within the run (client test id)

jiraInstallationIdstring required

Atlassian Jira installation ID for the org integration (same as Installation ID in the dashboard)

jiraProjectIdstring required

Jira project ID in which to create the issue

jiraIssueTypestring required

Jira issue type ID

Response

Jira issue created and linked to the test

status'OK' required
All 12 operations