Acknowledges an open New Relic Alert Intelligence issue.
For prerequisites, see New Relic Issue actions.
Acknowledge issue
The action identifier is newrelic.issue.acknowledge.
Acknowledges an open New Relic issue (AI Issues), marking it as ACKNOWLEDGED. New Relic records who acknowledged it and the timestamp on the issue record (acknowledgedBy / acknowledgedAt) as a side effect of the mutation. 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 acknowledge. 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 |
|---|
|