create_jira_ticket
Creates a Jira ticket from a Sentry issue and links them bidirectionally, enabling issue tracking and investigation in Jira.
Instructions
Create a Jira ticket from a Sentry issue and link them together
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Jira board ID where the ticket should be created | |
| summary | Yes | Ticket summary/title | |
| description | Yes | Detailed description of the issue | |
| issue_type | Yes | Jira issue type ID (use get_issue_types to find available types) | |
| priority | No | Issue priority (e.g., High, Medium, Low) | |
| labels | No | Array of labels to add to the ticket | |
| sentry_issue_url | No | URL of the Sentry issue to link | |
| sentry_issue_id | No | Sentry issue ID to link back to (creates bidirectional link) |