asp-ticket-zh

Synchronize external ticket data into the ASP system and link tickets to cases.

1.1k|201|Updated Sep 7, 2025
One-click install
npx skills add https://github.com/FunnyWolf/agentic-soc-platform --skill asp-ticket-zh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asp-ticket-zh
Source: https://github.com/FunnyWolf/agentic-soc-platform/tree/main/PLUGINS/ClaudeCode/skills/asp-ticket-zh
Command: npx skills add https://github.com/FunnyWolf/agentic-soc-platform --skill asp-ticket-zh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

External ticket data often lives in disparate systems; this skill syncs those tickets to ASP, links them to corresponding cases, and keeps ticket state in sync across platforms.

Core Features & Use Cases

  • Synchronize an external ticket to ASP so it exists as a tracked ticket within the platform.
  • Attach an existing ticket to a case to establish traceability between work items.
  • List and filter synchronized tickets by status, type, or external UID.
  • Update fields on a synchronized ticket when external data changes.

Quick Start

Create a synchronized ticket for an external ticket and optionally attach it to a case.

Frequently Asked Questions about asp-ticket-zh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync external tickets to ASP and link them to existing cases?

To sync external tickets to ASP, you create a synchronized ticket record and use the attach_ticket_to_case operation to establish traceability. This links the external ticket data directly to your existing work items.

Can I update synchronized ticket fields in ASP when external data changes?

Yes, you can update synchronized ticket fields in ASP when external data changes. The update_ticket operation modifies existing fields on a synchronized ticket to maintain state consistency across platforms.

How do I list and filter synchronized tickets by status or external UID?

You list and filter synchronized tickets using the list_tickets operation. It supports filtering by ticket status, ticket type, or external UID to locate specific synchronized records within the ASP system.

What is the best way to maintain ticket state across external platforms and ASP?

The best way to maintain ticket state is by synchronizing external ticket data into ASP and applying update_ticket operations. This keeps records aligned and linked to corresponding cases across disparate systems.

Does ASP ticket sync require external ticket data to exist before creating a case link?

Yes, ASP ticket sync requires external ticket data to be synchronized first. You must create a tracked ticket within the platform using create_ticket before using attach_ticket_to_case to link it.

Why are my external tickets not linking to ASP cases during synchronization?

External tickets fail to link to ASP cases if the attach_ticket_to_case operation is not called after creation. You must first create the synchronized ticket record, then explicitly attach it to the case.