> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/clickup/features-and-clickapps/relationships/intro-to-dependency-relationships.md).

# 依存関係の概要

作業の一部が他のタスクに依存している場合、依存関係を使用できます。

タスクを相互にブロックまたは待機するように設定して、依存関係を作成します。

### **必要なもの** <a href="#id-3hbaj89a7oq1" id="id-3hbaj89a7oq1"></a>

* 依存関係はすべての[プラン](https://clickup.com/pricing)で利用できます。
* [編集権限または完全な権限](https://docs.clickup.com/en/articles/2479021-permissions-overview)を持つ[ゲスト](https://docs.clickup.com/en/articles/2479043-guests-overview)を含む全員がタスクの依存関係を作成できます。

### **依存関係の種類** <a href="#id-3153jbac3erf" id="id-3153jbac3erf"></a>

依存関係には 3 つのタイプがあります。Tasksは、 [「Done」ステータス](https://docs.clickup.com/en/articles/2733874-use-done-statuses)になると完了したとみなされます。

* **待機中：**&#x6700;初に完了する必要がある他のタスクが少なくとも 1 つあるタスク。たとえば、タスク 2 はタスク 1 を待機しています。
* **ブロッキング：**&#x5225;のタスクの完了を妨げるタスク。たとえば、タスク 1 がタスク 2 をブロックしているとします。
* **リンクされたTasks：**&#x95A2;連しているが、他のタスクをブロックしたり待機したりしないTasks。

注

\[リンクされたTasks]オプションを使用すると、リレーションシップClickAppやTasksカスタム フィールドを使用せずにタスクを関連付けることができます。

### **依存関係の作成** <a href="#qjc0n116c5pg" id="qjc0n116c5pg"></a>

タスクとビューから[依存関係を作成](https://help.clickup.com/hc/en-us/articles/6309943321751-Create-task-dependencies)できます。

### **リレーションシップ列の追加** <a href="#m78hcntmkxul" id="m78hcntmkxul"></a>

以前はロールアップ フィールドと呼ばれていた[リレーションシップ列](https://help.clickup.com/hc/en-us/articles/6309187371031-Rollup-Field-Relationships-)を使用すると、依存関係のタスクからフィールド データを取得できます。

### **依存関係の通知** <a href="#id-6f44gr3xhm86" id="id-6f44gr3xhm86"></a>

タスクの依存関係が追加されたとき、リンクが解除されたとき、またはタスクのブロックが解除されたときに、[通知](https://docs.clickup.com/general/notifications)を受け取ります。

[依存関係の警告ClickApp](https://docs.clickup.com/en/articles/2365673-dependency-warning-clickapp) を有効にしている場合、別のタスクを待機しているタスクを閉じようとすると、 ClickUpで[不完全な警告](https://docs.clickup.com/features/incomplete-warning)が表示されます。

<div data-full-width="true"><img src="/files/V5BBHSpGVlhIWDHkwS6s" alt="Screenshot of the dependency warning popup." width="375"></div>

### **依存関係のスケジュールを変更する** <a href="#id-73tiwwpvg6o1" id="id-73tiwwpvg6o1"></a>

ブロックしているタスクの期限が調整された場合は、別のタスクを待機しているタスクの開始日と期限を変更できます。この機能を使用するには、所有者または管理者は、[依存関係の再スケジュールClickApp](https://docs.clickup.com/features/reschedule-dependencies)を有効にする必要があります。

### **依存関係を再利用する** <a href="#h534fmu0jsje" id="h534fmu0jsje"></a>

タスクの依存関係を含む[スペース、フォルダー、またはリストのテンプレート](https://docs.clickup.com/features/templates)を適用すると、そのテンプレート内に存在するタスク間の依存関係のみが含まれます。

依存関係のある[タスクを複製](https://docs.clickup.com/tasks/how-to-copy-duplicate-a-task)すると、タスクとその依存関係も複製されます。新しい待機中またはブロックしている依存関係が、関連タスクに自動的に追加されます。

タスクが[繰り返し実行されるように設定](https://clickup.com/recurring-tasks)されている場合、タスクの依存関係は繰り返し実行されません。各依存関係をタスクに再度追加する必要があります。


---

# 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://manual.dxable.com/clickup/features-and-clickapps/relationships/intro-to-dependency-relationships.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.
