> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/hajimeni/core-functionalities/snooze-issues-for-later.md).

# 問題を後で対応するために一時停止する

### ユースケース <a href="#introduction" id="introduction"></a>

Aikidoでは、課題グループやサブ課題を個別にスヌーズできる柔軟なスヌーズ機能が導入されています。この機能により、緊急性のない項目がメインフィードから消え、目先の優先事項に集中しやすい、よりすっきりした作業環境を提供します。

### 課題をスヌーズする方法 <a href="#how-to-snooze-issues" id="how-to-snooze-issues"></a>

**手順 1。** 次へ移動し、 **課題グループ**、または **サブ課題** Aikidoでスヌーズしたい項目を選択し、アクションメニュー（3点リーダー）の「Snooze」オプションを選択します。

![コンテキストメニューには、作成、スヌーズ、無視、重要度の調整などのタスク管理アクションが表示されます。](/files/bb2a06ac5f5c780016d3469eebac76397fdef6c5)

**手順 2。** スヌーズ期間を選択します：1日、1週間、1か月、1年、または任意の期間を指定できます。\
​

![](/files/77a56621add41dd0aeb6b9d78a2b28c3a6c811d8)

**手順 3。** 必要に応じて、スヌーズの理由を追加して意思決定の経緯を記録しておくことができます。\
​

![](/files/330a580bd06fe300596a5b03dbe4ac540d17b9af)

​スヌーズすると、これらの項目はメインフィードから消え、緊急のものに集中できるように表示が整理されます。

### スヌーズ済み項目の表示： <a href="#viewing-snoozed-items" id="viewing-snoozed-items"></a>

* アクセスする [スヌーズビュー](https://app.aikido.dev/issues/snoozed) Aikidoで、スヌーズされたすべての課題グループとサブ課題を確認できます。このビューから、任意の課題のスヌーズ期間を延長したり、スヌーズを解除したりできます。\
  ​

  ![](/files/bb6b7a2295d19c903b55c9158a9685b5c2093fe8)


---

# 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://help.aikido.dev/docs/docs-ja/hajimeni/core-functionalities/snooze-issues-for-later.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.
