Reverts a previously acknowledged New Relic Alert Intelligence issue to an unacknowledged state.
For prerequisites, see New Relic Issue actions.
Unacknowledge issue
The action identifier is newrelic.issue.unacknowledge.
Reverts a previously acknowledged New Relic issue (AI Issues) back to an unacknowledged state, clearing the acknowledgedBy / acknowledgedAt fields on the issue record. Built on newrelic.nerdgraph.execute.
The following table describes all available input fields for this action.
Input | Type | Description | Example |
|---|---|---|---|
accountId | Int | Required. The New Relic account that owns the issue. Must be a positive integer. |
|
issueId | String | Required. The AI Issues issue identifier to revert to unacknowledged. Must be a valid UUID. |
|
selectors | List | Optional. JQ selectors to extract specific values from the response. | |
The following table describes all output fields returned by this action.
Output | Type | Description |
|---|---|---|
success | Boolean |
|
errorMessage | String | Contains an error message only when the call fails at the HTTP/transport level, distinct from |
data | Map | NerdGraph response: Use |
The following example shows how to use this action.
Workflow example |
|---|
|