> 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 にリンクすることをサポートしています。これは、すでにフラグ付けされたものの、まだ Aikido に接続されていない Jira のセキュリティ懸念を統合するうえで重要です。

> 注: この機能は以下でのみ利用できます **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 グループの場合: サイドバーの上部、またはアクションメニューにあります。サブ issue の場合: サブ issue レベルの三点メニュー。\
​

![ワークフローと issue 処理のためのアクションメニューを表示するタスク管理インターフェース。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-b64c78d9de2a5071a2385e17b182914961b76565%2Fucarecdn-6f3c3573-9254-4bf5-8868-538950b88336.png?alt=media)

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

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

![プロジェクトとタスクの詳細を選択して既存の Jira タスクをリンクするためのインターフェース。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-1bc85aad3270a96326f5188d77fc9f39e997e502%2Fucarecdn-b8f9f259-9a92-4fd3-9bb1-3f5501d45193.png?alt=media)

​**ステップ 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.
