TicketPilot
TicketPilot reads a Jira ticket and produces either an implementation plan or a list of questions if the ticket is incomplete.
How it works
- Fetch ticket — TicketPilot reads the ticket summary, description, acceptance criteria, and priority from Jira.
- Classify — The agent decides if the ticket has enough information to plan, or if it needs more details.
- Plan or ask — If enough info: generates a step-by-step implementation plan. If not: posts clarifying questions as a Jira comment.
- Store result — The run result is saved in TicksyAI and optionally posted as a Jira comment.
Run statuses
| Status | Meaning | |---|---| | Success | Implementation plan generated | | Needs info | Questions posted to Jira | | Empty ticket | Ticket had no actionable content | | Error | Agent encountered a technical error |
Options
- Post to Jira — Toggle on to automatically post the result as a Jira comment.
- Notification channels — Configure email alerts in Settings > Notifications.
Tips
- Write clear acceptance criteria in your Jira tickets for best results.
- Tickets with screenshots or attachments are processed with their visual context.