---
title: "串接"
description: "將 Projectyl 與您的開發工具串接。"
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.projectyl.app/llms.txt
> Use this file to discover all available pages before exploring further.

# 串接

Projectyl 能與外部開發工具串接，讓您的團隊在應用程式中直接追蹤程式碼活動與任務進度，無需切換工具。

## 支援的串接

| 服務提供者 | 狀態 | 功能 |
|-----------|------|------|
| **GitHub** | 可用 | 從任務建立分支、自動追蹤 Pull Request、偵測合併 |
| **MCP**    | 可用 | 將 AI 助理連接到工作區以讀取和管理資料           |
| **GitLab** | 規劃中 | 即將推出 |

## 運作方式

當您將 Git 服務連結至工作空間後，開發人員可以直接從任務建立分支。Projectyl 會透過 Webhook 自動追蹤開發生命週期：

1. **已建立分支** — 從任務建立了分支
2. **PR 已開啟** — 開啟了引用該任務的 Pull Request
3. **已合併** — Pull Request 已合併

此生命週期會顯示在每個任務詳細檢視的**開發**區段中，讓您的團隊無需切換工具即可掌握程式碼進度。

如需透過 MCP 串接 AI 助理，請參閱 [MCP 串接](/zh-tw/guides/mcp)。

## 管理連結

工作空間管理員可以從**設定 → 串接**管理串接連結。每個連結會顯示：

- **服務提供者** — 已連結的服務（例如 GitHub）
- **帳號** — GitHub 組織或使用者帳號
- **狀態** — 啟用中或已暫停
- **操作** — 在 GitHub 上管理、取消暫停或移除

Source: https://docs.projectyl.app/zh-tw/guides/integrations/index.mdx
