create-ticket

Create persistent tickets with title, description, priority, and assignee via /api/tickets.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill create-ticket-evolutionapi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-ticket
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/create-ticket
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill create-ticket-evolutionapi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ticketing and work items often live inside scattered conversations, causing miscommunication and lost context. This Skill converts ad-hoc chats into persistent, assignable tickets that carry a clear lifecycle.

Core Features & Use Cases

  • Create persistent tickets that survive conversations and support assignee-based workflows.
  • Capture essential fields: title, description, priority, assignee, with optional goal_id and project_id links.
  • Integrate with the /api/tickets endpoint to create and reference tickets in dashboards and reports.
  • Use cases include tracking recurring topics, incidents, or multi-person projects.

Quick Start

Provide a title, description, priority, and assignee to create a new ticket via the /api/tickets endpoint.

Frequently Asked Questions about create-ticket

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert ad-hoc chats into trackable tickets?

Creating trackable tickets from chats requires submitting a title, description, priority, and assignee to the /api/tickets endpoint. This process captures essential context and establishes a persistent work item with a clear lifecycle and ownership.

What information is needed to create a ticket via the API?

Creating a ticket via the API requires a title, description, priority, and assignee as mandatory fields. You can also optionally include goal_id and project_id to link the ticket to broader projects and goals for dashboard reporting.

Can I link ad-hoc conversation tickets to existing projects and goals?

Yes, you can link ad-hoc conversation tickets to existing projects and goals by passing the optional goal_id and project_id fields when posting to the /api/tickets endpoint. This integrates the ticket into dashboards and broader project workflows.

When do I need to convert a conversation into a persistent ticket?

You need to convert a conversation into a persistent ticket when ongoing discussions involve recurring topics, incidents, or multi-person projects that require assigned ownership and clear lifecycle tracking to prevent miscommunication and lost context.

Does this ticketing workflow support priority and assignment management?

Yes, this ticketing workflow supports priority and assignment management by requiring priority and assignee fields upon creation. This ensures every persistent ticket generated from a chat has clear ownership and urgency levels for dashboard tracking.