Skip to content

execution:complete-ticket

Finalize a ticket after execution by transitioning Jira to “In Review” and updating the implementation plan with completion details.


The agent identifies the completed ticket (from argument or conversation context), gathers completion details from the execution summary, confirms the finalization plan with the user, then transitions the Jira ticket to “In Review” and updates the implementation plan’s completion status, execution order, and parallel wave tables. It also records detailed completion notes including changes made, tests added, deviations, and follow-up tickets. Can be used standalone if the user provides completion details manually.

NameTypeRequiredDescription
ticket-keystringnoJira ticket key to complete. Optional if context is available from a prior execute-ticket invocation.
NameTypeDescription
transitioned-ticketticketsJira ticket moved to “In Review” status
updated-planurlImplementation plan updated with completion details and status tracking
  • Ticket executed via execution:execute-ticket (or manual completion details provided)
  • Implementation plan URL available (from ticket description or user)
  • Jira and Confluence access configured

Repeat execute-ticket + complete-ticket for the next ticket. After all tickets in the epic are complete, run retrospectives:complete-epic.