Start Work on a ClickUp Ticket
When the user provides a ticket ID, run the workon command to create or checkout the branch for that ticket.
Steps
- •
Run the workon command with the ticket ID:
bashworkon $ARGUMENTS
- •
After the branch is ready, automatically get the ticket context:
bashworkon ticket
- •
Use the ticket information (title, description, acceptance criteria) to understand what the user is trying to accomplish.
Notes
- •The
workon <ticket-id>command may prompt for user input if the branch already exists (to choose: checkout, recreate, or cancel) - •If the branch doesn't exist, it creates it automatically
- •Always run
workon ticketafter to bring context into the session