Create Jira workspace
POST /integration/jira/workspaces
Create a new Jira workspace registration.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
workspace_name | string | yes | Workspace display name |
webhook_secret | string | yes | Webhook secret for verification |
svc_acc_email | string | yes | Service account email |
svc_acc_api_key | string | yes | Service account API token |
is_active | boolean | no | Indicates if the workspace integration is active |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: create_jira_workspace_integration_jira_workspaces_post