> 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/auto-close-linear-tasks-when-aikido-issues-are-resolved.md).

# Aikido の課題が解決済み／無視されたときに Linear タスクを自動クローズする

### ユースケース

Aikido が問題を **解決済み** または **ignored**、このステータスをLinearと同期して、タスクが自動的に更新されるようにできます。

{% hint style="info" %}
Aikido は **8時間ごと** に解決済みの問題を検出して更新します。更新は **即時ではありません**ので、解決からタスクのクローズまで多少の遅れがあることが想定されます。
{% endhint %}

### **セットアップ**

**手順 1.** 次の場所に移動してください。 [**タスクトラッカー連携設定**](https://app.aikido.dev/settings/integrations/tasktracker) Aikido ダッシュボード内で。

**手順 2.** 次の **Advanced** セクションで、 **タスクの自動クローズ**.<br>

<figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-03fa8f09944f1174d36f025abebc64c1c64c7a2b%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

**手順 3.** 対応する **完了ステータス** Linearで使用しているもの（例：「Done」）。

<figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-0034c26688fc39d89bace270eeb9caf2437d9c99%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

**ステップ 4**。右上の［保存］をクリックします

### **トラブルシューティング**

* 対象は **リニア**：タスクが「Done」に移動しない場合は、連携を再認証する必要があるかもしれません。

  * その後、Splunk Cloud と Splunk Enterprise の両方でトークンを作成します: **統合を管理**
  * をクリックして **3つの点**
  * 選択 **再認証**

  <figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-5f376dd6e5230e012de634ee73976466839f6113%2Fimage.png?alt=media" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/auto-close-linear-tasks-when-aikido-issues-are-resolved.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.
