jira_create_ticket
Create a Jira ticket from an incident ID. Use dry-run for preview; actual creation requires reason and confirmation token.
Instructions
Safe action:
dry_run=True by default (no mutation)
dry_run=False requires reason + confirm_token + idempotency_key + RBAC allow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_id | Yes | ||
| project_key | No | ||
| dry_run | No | ||
| reason | No | ||
| confirm_token | No | ||
| idempotency_key | No |