# 依存関係のコピーに関するFAQ

依存関係は、タスクが相互に対話するための重要な方法を提供しますが、依存関係を設定して新しいタスクを作成する場合、事態が手に負えなくなりやすくなります。

### **知っておくべき用語** <a href="#ez6s8w6qx5pc" id="ez6s8w6qx5pc"></a>

**内部依存関係：**&#x30B0;ループ内の依存関係。たとえば、リストがあり、そのリスト内のタスクは相互に依存しているとします。これは、相互に依存するタスクのサブタスクである場合もあります。

**外部依存関係：**&#x30B0;ループ外のタスクを関連付ける依存関係。たとえば、別のリスト内のタスクに依存するタスクを含むリストがあるとします。これには、別のタスクに依存するサブタスクも含まれます。

### **よくある質問** <a href="#qmjr6747bhsw" id="qmjr6747bhsw"></a>

以下は、依存関係のコピーに関してよくある質問です。

**Q ：依存関係のあるタスクをコピーするとどうなりますか?**

**A ：**&#x30B5;ブタスクとの内部依存関係はそのまま残ります。外部依存関係は、元のタスクがリンクされていたのと同じタスクを使用して作成されます。

**Q ：依存関係のあるスペース、フォルダー、またはリストをコピーするとどうなりますか?**

**A ：**&#x5185;部依存関係 (コピー対象内の) はそのまま残ります。元のタスクの依存タスク間の外部依存関係は、新しく作成されたタスクとともに作成されます。

**Q ：テンプレートから新しいスペース、フォルダー、またはリストを作成するとどうなりますか?**

**A ：**&#x5185;部依存関係 (テンプレート内) はそのまま残ります。元のタスクの依存タスク間の外部依存関係は、新しく作成されたタスクとともに作成されます。


---

# Agent Instructions: 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:

```
GET https://manual.dxable.com/clickup/features-and-clickapps/dependency-warning/copying-dependencies-faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
