01 Ticket Info

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.

ai-driven-dev 1e90b79 4 files · 2.2 KB Updated

File contents

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

ai-driven-dev/aidd-framework/tree/main/plugins/aidd-pm/skills/01-ticket-info commit 1e90b79b14

Frequently asked questions

npx skillmds@latest add ai-driven-dev/01-ticket-info