jira_workflows_publish_scheme_draft
Publish a workflow scheme draft to apply changes live. Optionally remap statuses for issues on removed statuses or validate first.
Instructions
Publish a workflow scheme draft, making its changes live.
If the draft removes statuses that issues currently sit on, Jira requires status_mappings to relocate those issues. Returns: {success, scheme_id, validated_only} or validation result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheme_id | Yes | Workflow scheme ID whose draft to publish | |
| status_mappings | No | Status remappings for issues on removed statuses: [{'issueTypeId': '10001', 'statusId': '3', 'newStatusId': '1'}]. Omit if no statuses were removed. | |
| validate_only | No | True returns validation results without publishing |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||