> 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/create-dependency-relationships-in-views.md).

# ビューに依存関係を作成する

リスト、ボード、カレンダー、ガント ビューでタスク間の依存関係を作成します。

### **必要なもの** <a href="#ehgzy0nbdk7k" id="ehgzy0nbdk7k"></a>

* 依存関係はすべてのプランで利用できます。
* 編集権限または完全な権限を持つゲストを含む全員がタスクの依存関係を作成できます。
* Taskの依存関係は、 ClickUpモバイル アプリでは使用できません。

### **ビュー内の依存関係を表示および作成する** <a href="#qozsp9vhyp4r" id="qozsp9vhyp4r"></a>

依存関係のあるTasksは、リスト、ボード、カレンダー ビューのタスク名の横に依存関係アイコンとともに表示されます。

ビューから依存関係モーダルを開くには 3 つの方法があります。

* 「依存関係」アイコンをクリックします。
* タスクを右クリックし、「依存関係」を選択します。
* タスクの上にマウスを置き、右側の省略記号の...メニューをクリックして、\[依存関係] を選択します。

依存関係モーダルから、タスクを追加および削除できます。

![Screenshot of the Relationships section of Task view.](/files/ltYqYSrxGjvjd1dIWc0S)

### **「依存関係」列をリストビューに追加します。** <a href="#id-7hnp5t2g85qu" id="id-7hnp5t2g85qu"></a>

依存関係をリスト ビューの列として追加するには：

1. リストビューを開きます。
2. タスクテーブルの上の右上隅にあるプラスアイコンをクリックします。
3. メニューから「依存関係」を選択します。
4. \[依存関係] 列には、待機中またはブロックしているタスクが表示されます。

### **「依存関係」列にタスクを追加します。** <a href="#qw5vgw9dyklo" id="qw5vgw9dyklo"></a>

\[依存関係] 列をリスト ビューに追加すると、依存関係を作成できるようになります。

待機タスクとブロックタスクを追加するには：

1. タスクの右側にある「依存関係」列をクリックします。
2. \[+Add task]をクリックします。
3. 「待機中」または「ブロック中」を選択します。
4. タスクを検索または参照します。

### **「依存関係」列からタスクのリンクを解除します。** <a href="#id-34wlwcpcnm50" id="id-34wlwcpcnm50"></a>

\[依存関係] 列をリスト ビューに追加したら、依存関係のリンクを解除できます。

依存タスクのリンクを解除するには：

1. タスクの右側にある「依存関係」列をクリックします。
2. 既存の関連タスクの上にマウスを置きます。
3. 右側の「×」をクリックします。

### **ガント ビューで依存関係を参照する** <a href="#id-44xji7d8svk8" id="id-44xji7d8svk8"></a>

ガント ビューで依存関係を表示できます。

依存関係は、タスクを接続する矢印として表示されます。矢印の方向は依存関係のタイプを表します。

たとえば、タスク A がタスク B をブロックしているとします。矢印はタスク A から始まり、タスク B で終わります。

### **ガント ビューで依存関係を作成する** <a href="#id-2wi9w6cqj2b1" id="id-2wi9w6cqj2b1"></a>

ガント ビューで依存関係を作成できます。

![Gif of someone adding a dependency in Gantt view.](/files/ASajcJ5drAWKUjvu4XQ9)

2 つのタスク間の依存関係を作成するには：

1. ガント ビューを開きます。
2. タスクの上にマウスを置くと、コネクタ アイコンが表示されます。
3. タスクの開始時または終了時にコネクタ アイコンをクリックします。
4. 線を別のタスクの開始または終了にドラッグします。
5. マウス ボタンを放して依存関係を作成します。

タスク間の依存関係を削除するには、タスク間の線をダブルクリックします。


---

# 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/create-dependency-relationships-in-views.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.
