---
title: "Unignore an issue"
method: PUT
path: "/issues/{issue_id}/unignore"
---

# Unignore an issue

`PUT /issues/{issue_id}/unignore`

Unignore an issue

## Path parameters

- `issue_id` integer, required

## Request body

- object
  - `reason` string — A reason for unignoring the issue
  - `apply_for_all_tags` boolean — In case the issue is linked to a container, apply the unignore action across all tags of this container. This feature needs to be enabled by Aikido support before it can be used.

## 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.

---

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