When a pull request is merged, extract the linked ticket key, mark the ticket as Done, and post a release-style summary comment.
- Identifier
pr-closes-ticket- Version
- 1.0.0
- Steps
- 4
- Triggers
- 1
- pr
- merge
- tickets
- close
- release
When it runs
pull_request.mergedOnly when all hold
- actor.username not contains [bot]
The pipeline
The graph below is the one the workflow opens with in the builder — same steps, same layout, drawn on the same canvas. The run playing through it is a simulation; the branches and conditions are real.
- 01PR Merged
triggerThe event that starts the run.
- 02Extract Ticket Key
agent.runOne agent works the task with its toolkit.
- 03Mark Ticket Done
ticket.updateMoves status or fields on an existing ticket.
- 04Post Release Summary
ticket.commentPosts a comment onto a ticket.
The agent
Ticket Key Extractor
- Base type
- Senior Developer
- Temperature
- 0.1
- Max iterations
- 5
- Tools
- 1
Tickets · 1
read_ticketRead Ticket · read
Related playbooks
Blocked Ticket Escalator
Tracks tickets that move to a blocked status and escalates with status updates at 3 days and to the board owner at 7 days.
Break Down Ticket
Decomposes a labeled ticket into a concrete set of proposed sub-tasks.
Generate Requirements
Turns a labeled ticket into a structured requirements document, posted as a comment.