Skip to main content

Synopsis

profclaw ticket <subcommand> [flags]
# Alias: profclaw tkt

Description

Manage AI-native tickets for tracking work, bugs, and features. Tickets can be linked to external platforms (GitHub, Jira, Linear) and assigned to AI agents for automated processing.

Subcommands

SubcommandAliasDescription
listlsList all tickets
show <id>getShow ticket details
create <title>Create a new ticket
update <id>Update a ticket
transition <id> <status>moveChange ticket status
assign <id> <agent>Assign ticket to an AI agent
comment <id> <content>Add a comment to a ticket
link <id> <platform> <external-id>Link ticket to external platform
delete <id>rmDelete a ticket
statusShow ticket status overview

Flags

FlagTypeDefaultDescription
-s, --status <status>stringFilter by status
-t, --type <type>stringtaskTicket type
-p, --priority <priority>stringmediumPriority level
-d, --description <desc>stringTicket description
-a, --agent <agent>stringAssigned AI agent
-l, --labels <labels>stringComma-separated labels
--parent <id>stringParent ticket ID
-f, --forcebooleanForce delete without confirmation
--jsonbooleanOutput as JSON

Examples

profclaw ticket create "Fix login timeout" \
  -d "Users report 5s timeout on login" \
  -p high -t bug