> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/hajimeni/task-management-systems/advanced-functionalities/link-existing-tasks.md).

# 既存タスクをリンクする

### はじめに <a href="#introduction" id="introduction"></a>

Aikido は、既存のタスクトラッカー（例: Jira、ClickUp）のチケットを Aikido の issue にリンクできるようにします。これは、すでにフラグ付けされた Jira のセキュリティ懸念で、まだ Aikido に接続されていないものを統合するうえで重要です。

> 注: この機能は次のものにのみ利用できます **Jira Cloud & Data Center、Linear、ClickUp** および **Azure DevOps Boards の連携**. 別の連携をご利用で、この機能も利用できるようにしてほしい場合は、お問い合わせください！

### 既存のタスクをリンクする方法 <a href="#how-to-link-an-existing-task" id="how-to-link-an-existing-task"></a>

*以下の例は Jira 向けです。その他のタスクトラッカーでも機能は同様です。*

**ステップ 1:** 「**タスクを追加**'. 課題グループの場合: サイドバー上部またはアクションメニューにあります。サブ課題の場合: サブ課題レベルの三点メニュー。\
​

![ワークフローと issue の処理のためのアクションメニューを示すタスク管理インターフェース。](/files/01fe0af8fb43ffb2d8d7d9945c3fa2e9e7efc4fb)

**ステップ 2:** モーダル上部の「既存の Jira チケットにリンク」を選択します。

**ステップ 3**. プロジェクトを選択し、既存の Jira チケット名を検索します。検索バーに URL を貼り付けることもできます。\
​\
​

![プロジェクトとタスクの詳細を選択して既存の Jira タスクをリンクするためのインターフェース。](/files/b4e23e69a8ebe9e978a890ab8d8723d9cc86567b)

​**ステップ 4:** 「Jira タスクをリンク」をクリックして、リンク処理を完了します。\
​

**ステップ 5:** リンクすると、Aikido は Jira から担当者とステータスの更新を自動で同期し、両方のプラットフォームを最新の状態に保ちます。

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/hajimeni/task-management-systems/advanced-functionalities/link-existing-tasks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
