> 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 の処理のためのアクションメニューを表示するタスク管理インターフェース。](/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.
