v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Unignore an issue

Unignore an issue

put/issues/{issue_id}/unignore

Path parameters

issue_idinteger required

The id of the issue

Request body

reasonstring

A reason for unignoring the issue

apply_for_all_tagsboolean

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.

Example request

{
  "reason": "issue is relevant again",
  "apply_for_all_tags": false
}

Response

The issue has been successfully unignored

statusstring

Example response

{
  "status": "ok"
}