create_ticket
Create a ticket in Jira, Linear, or GitHub Issues to track FinOps action items with custom title, body, priority, and labels.
Instructions
Create a ticket in the configured ticketing system (Jira, Linear, or GitHub Issues) with a custom title and body. Use this for any finding, recommendation, or action item that doesn't fit a specific category.
Args: title: Ticket title / issue summary body: Full ticket description with context and action items priority: "low", "medium", "high", or "critical" (default: medium) labels: Optional list of labels/tags to apply (default: ["finops"])
Examples: - "Create a Jira ticket to disable Textract in non-prod environments" - "File a GitHub issue to switch LambdaClassifier from Sonnet to Haiku" - "Open a Linear task for the NAT gateway consolidation"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| title | Yes | ||
| labels | No | ||
| priority | No | medium |