Support Tickets
localsupport
Manage support tickets across all projects. Create, track, investigate, and resolve bugs and change requests.
Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.
Tools (6)
- support_create_ticketCreate a support ticket for a project. Use when a user reports a bug, issue, or change request for a specific project.
- support_list_ticketsList support tickets. Filter by project, status, or priority. Use when the user asks about open issues, bugs, or support tickets.
- support_list_my_ticketsList tickets that the current user has reported (across all projects). Use when the user asks 'what are my tickets', 'my open tickets', 'track my issues', etc.
- support_get_ticketGet full details of a specific support ticket including audit trail.
- support_update_ticketUpdate a support ticket — change status, priority, assignee, or add a resolution. Use when working on a ticket or closing it.
- support_investigate_ticketInvestigate a support ticket by analyzing the project context. Returns the ticket details and project info so you can then use claude_code_run to investigate the codebase.