create_jira_from_sentry
Creates a Jira ticket from a Sentry issue with automatic linking and rich context, enabling efficient bug tracking and resolution.
Instructions
Create a Jira ticket directly from a Sentry issue with automatic linking and rich context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sentry_issue_id | Yes | Sentry issue ID to create Jira ticket from | |
| board_id | Yes | Jira board ID where the ticket should be created | |
| issue_type | Yes | Jira issue type ID | |
| priority | No | Issue priority (e.g., High, Medium, Low) | |
| custom_summary | No | Custom summary (optional, will use Sentry issue title if not provided) | |
| additional_description | No | Additional description to append to the auto-generated content | |
| labels | No | Array of labels to add to the ticket |