Skip to content

Commit 213b626

Browse files
authored
Merge pull request #2945 from port-labs/task_t3ex5w/triage_tickets_to_coding_agents_guide
AI Triage Agent
2 parents 72a1285 + ea0f429 commit 213b626

File tree

8 files changed

+741
-0
lines changed

8 files changed

+741
-0
lines changed

docs/guides/all/triage-tickets-to-coding-agents.md

Lines changed: 731 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:::tip MCP Enhanced Capabilities
2+
The AI agent uses MCP (Model Context Protocol) enhanced capabilities to automatically discover important and relevant blueprint entities via its tools. The `^(list|get|search|track|describe)_.*` pattern allows the agent to access and analyze related entities in your software catalog, providing richer context for ticket evaluation.
3+
:::

src/components/guides-section/consts.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,6 +1492,13 @@ export const availableGuides = [
14921492
tags: ["Cloud access management", "AI", "GitHub", "Claude Code"],
14931493
logos: ["AI", "Claude Code"],
14941494
link: "/guides/all/auto-remediate-insecure-cloud-resources-with-ai",
1495+
},
1496+
{
1497+
title: "Improve specifications with Port AI",
1498+
description: "Learn how to implement an AI-powered triage system that automatically evaluates tickets, enriches them with missing context, and ensures only well-defined tasks reach your coding agents",
1499+
tags: ["Autonomous Ticket Resolution", "AI", "Claude Code", "Jira"],
1500+
logos: ["AI", "Claude Code", "Jira"],
1501+
link: "/guides/all/triage-tickets-to-coding-agents",
14951502
}
14961503
]
14971504

572 KB
Loading
364 KB
Loading
166 KB
Loading
285 KB
Loading
456 KB
Loading

0 commit comments

Comments
 (0)