open-ticket
OpenTicket MCP: create, read, transition tickets.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
OpenTicket MCP: create, read, transition tickets.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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