---
title: "Unignore an issue group"
method: PUT
path: "/issues/groups/{issue_group_id}/unignore"
---

# Unignore an issue group

`PUT /issues/groups/{issue_group_id}/unignore`

Unignore an issue group

## Path parameters

- `issue_group_id` integer, required

## Request body

- object
  - `reason` string — A reason for unignoring the issue

## Response `200`

The issue has been successfully unignored

- object
  - `status` string

## Other responses

- `400` — One or more of the provided fields are invalid.
- `404` — The provided issue ID is does not exist.
- `422` — The payload is valid, but the request could not be processed.

---

[API](https://skmtc.dev/aikido/apis/authorization.md) · [All operations](https://skmtc.dev/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
