Closes an open New Relic Alert Intelligence issue once remediation is complete.
For prerequisites, see New Relic Issue actions.
Resolve issue
The action identifier is newrelic.issue.resolve.
Resolves an open New Relic issue (AI Issues), closing it once remediation steps are complete. The issue's state transitions to CLOSED and New Relic records the resolution 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 resolve. 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 |
|---|
|