> 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/work-in-progress-limits.md).

# 進行中の作業の制限

Work in Progress Limits ClickAppを使用してチームのキャパシティを管理できます。ワークスペースの各ボード ビューで、人々がいつ定員に達しているか、定員に近いか、定員に達しているか、定員を超えているかを表示します。

特定の列が制限を超える場合でも、タスクを作成、移動、または更新できます。

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

* Work in Progress Limitsは、Businessプラン以上で利用できます。
* [Guests](https://help.clickup.com/hc/en-us/articles/6310022323991-Guests-overview)はWork in Progress Limitsを使用できます。

### **サポートされているフィールド** <a href="#id-2ehzwgd5cpmn" id="id-2ehzwgd5cpmn"></a>

次のフィールドを使用して、進行中の作業制限を設定できます。

* Task数（タスク数）
* 所要時間の目安
* Sprintポイント
* お金と数字のカスタムフィールド

![Screenshot of the different options for calculating totals.](/files/h8YHA97GygcVzk7wolTa)

### **進行中の作品 制限の外観** <a href="#rlpvnsvivak4" id="rlpvnsvivak4"></a>

Works in Progress の制限カウンターは、設定した制限に基づいて外観が変わります。

### **進行中の作業の制限とグループ化** <a href="#ws1xty9u8x1q" id="ws1xty9u8x1q"></a>

Work in Progress Limitsはボード ビューで使用できます。タスクをグループ化する方法を選択できます。

例えば​​：

アレックスは、チームが進行中の作業のキャパシティを超えているかどうかを確認したいと考えています。ステータスごとにグループ化されたボード ビューを作成し、\[進行中] ステータス列のタスク数の制限を設定します。

サムは、チームに、作業負荷に加えて大量の時間を見積もる緊急または優先度の高いタスクがあるかどうかを確認したいと考えています。優先度ごとにグループ化されたボード ビューを作成し、推定時間を制限します。

### **Work in Progress LimitsClickAppを有効にする** <a href="#g3enn62kyo8r" id="g3enn62kyo8r"></a>

ワークスペース レベルまたは個々のスペースでWork in Progress Limitsを有効にするには、ワークスペースの所有者または管理者である必要があります。

Work in Progress Limitsを有効にするには：

1. ワークスペースのアバターをクリックします。
2. \[ClickApps]を選択し、\[アプリ] を選択します。
3. Work in Progress Limits ClickAppを参照または検索します。
4. 「Work in Progress Limits ClickApp」をクリックして、ワークスペースで有効にします。
5. デフォルトでは、 ClickApp はワークスペース内の各スペースで有効になっています。
   * \[Work in Progress Limits]モーダルから、\[スペース] ドロップダウンをクリックしてスペースの選択を解除します。

### **Work in Progress LimitsをSet up** <a href="#lraak39dzk3i" id="lraak39dzk3i"></a>

Work in Progress Limitsを設定するには：

1. ボードビューを開くか追加します。
2. 列ヘッダーの番号をクリックします。
3. \[表示カウント] ドロップダウンから、表示するカウントを選択します。
4. 制限を設定します。
5. 列ヘッダーの数字に、各列の数/制限が表示されるようになりました。\
   たとえば、担当者のタスクの数は 10 個に制限されています。現在、彼らには 6 つのタスクが割り当てられています。列ヘッダーの「進行中の作業」カウンターには 6/10 と表示されます。

![Animation of moving tasks to respect Work in Progress limits.](/files/6c8cHZnNEo1D8OQVp4OJ)


---

# 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/work-in-progress-limits.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.
