open-ticket
OpenTicket MCP: create, read, transition tickets.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
OpenTicket MCP: create, read, transition tickets.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Browser automation via Playwright MCP (official Microsoft headless browser)
Image generation and manipulation via MCP
PDF parsing and extraction via MCP
Autonomous tool discovery, evaluation, and integration for agent self-enhancement
Route OpenOS tasks to the correct product skill.
Enrich CRM contacts with LinkedIn and décideur data.
| name | open-ticket |
| description | OpenTicket MCP: create, read, transition tickets. |
| version | 2.0.0 |
| author | OpenPro |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["OpenTicket","Jira","W4","MCP"],"category":"open-ecosystem","related_skills":["open-ticket-optimize","open-dev-workflow","open-code","openprotocol-coder","openprotocol-integrator"]}} |
Issue tracker — source of truth for agent work and W4 status.
OP-* key or ticket UUID in contextopenagents mcp install openticket
export OPENTICKET_API_URL=http://localhost:3020
Profiles: product_owner, developer, qa via openagents openos init-profiles.
| Tool | Profiles | Purpose |
|---|---|---|
create_ticket | product_owner, security | Story/bug + AC |
get_ticket | all | Read by UUID or OP-42 |
update_ticket_status | developer, qa | Workflow transitions |
update_ticket | PO, dev | PATCH fields |
add_ticket_comment | assigned | Handoff + summaries |
search_tickets / list_tickets | all | Discovery |
Plugin only: submit_ticket_result — deliverables + optional in_review.
open-ticket-optimize (Ticket Prompt Optimizer) — mandatorycreate_ticket with optimized title, description, acceptance_criteria[],
priority, execution_mode, assignee_agent_profileupdate_ticket_status → todo when ready to dispatchexecution_mode: code, assignee developerget_ticket → in_progress → invoke_opencode (see open-code)in_review (via webhook or submit_ticket_result)openprotocol-integrator → done| From | To | Actor |
|---|---|---|
| backlog | todo | product_owner |
| todo | in_progress | developer |
| in_progress | in_review | developer / OpenCode webhook |
| in_review | done | qa only (after integrator merge) |
Invalid → 409 INVALID_TRANSITION. Skip qa intermediate status when using integrator squash-merge path.
| Ticket type | Path |
|---|---|
execution_mode: research | OpenTeam/tools — not invoke_opencode |
| Code feature | W4 + OpenProtocol branches |
| Security | open-sec → ticket → W4 |
open-ticket-optimizedoneget_ticket returns correlation_id + ACOpenProtocol handoff after implement