# #5 イシュー登録と管理

プロジェクト作業中にワーカーは、イシュー登録を通じて所有者や管理者とコミュニケーションできます。

また、登録されたイシューについて所有者と管理者は答えを作成することで、ワーカーのイシューを解決できます。

## 登録と取り消し

1. イシュー登録が必要な文章または字幕を有効化します。
2. 文章の下にある「イシュー入力」領域をクリックしてイシューを入力します。

<figure><img src="/files/U4MtxbgAjBrV6vOUlza8" alt=""><figcaption><p>新規イシュー登録 - テキストエディター</p></figcaption></figure>

<figure><img src="/files/VahpPDbKjGOJ3C9IxfVP" alt=""><figcaption><p>新規イシュー登録 - 映像エディター</p></figcaption></figure>

3. 4つのイシュータイプ(誤字、誤訳、漏れ、その他)のうち、1つのタイプを選択します。

<figure><img src="/files/uDRf8kisP9IFas2YFZud" alt=""><figcaption><p>イシュー入力 - 入力ウィンドウ有効化</p></figcaption></figure>

4. 「登録」ボタンまたは「エンターキー」を押してイシュー登録を完了します。
5. 「取り消し」ボタンをクリックしてイシュー入力を取り消すことができます。

{% hint style="info" %}
**イシューはどこで確認できますか？**

エディター右上のイシュー領域にある「矢印(↘️)」ボタンを押すと、イシューを確認できます。
{% endhint %}

## 確認と解決

<figure><img src="/files/ygTBlLRboFqGHUf5CNBN" alt=""><figcaption><p>イシュー確認と解決</p></figcaption></figure>

1. エディター右上のイシュー領域にある「矢印(↘️)」ボタンを押してイシュー領域を有効化します。
2. 各イシュー内容と下のタグ種類(例. ＃誤訳)に表記されたイシュータイプを確認します。
3. フィルター機能を活用してタイプ別にイシューを確認できます。
4. 解決確認済みのイシューは「解決完了」ボタンをクリックして完了処理します。

{% hint style="info" %}
**イシュー解決完了は誰もできますか？**

イシューはプロジェクトに参加しているすべてのユーザーが登録できますが、イシュー状態の変更はプロジェクト管理者のみ可能です。
{% endhint %}


---

# 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://docs.letr.ai/ja/edit/5-ishto.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.
