Ticket Info
flowchart LR
source([ticket id, or none]) --> ticket-info --> done([ticket displayed])
Actions
Run the flow above. Read only the next action file.
| Action | Does |
|---|---|
| ticket-info | resolve ticket id, query configured tool, display fields |
Retrieve and display a ticket from the configured ticketing tool. Use when the user wants to see, show, or look up a ticket's details. Not for creating a ticket, or commenting on, transitioning, or reassigning one.
npx skillmds@latest add ai-driven-dev/01-ticket-info flowchart LR
source([ticket id, or none]) --> ticket-info --> done([ticket displayed])
Run the flow above. Read only the next action file.
| Action | Does |
|---|---|
| ticket-info | resolve ticket id, query configured tool, display fields |
ai-driven-dev/aidd-framework/tree/main/plugins/aidd-pm/skills/01-ticket-info commit 1e90b79b14