Skip to content

observe_issues_resolve

Mark an issue resolved.

Tool

observe_issues_resolve

Mark an issue resolved.

Mark an issue resolved. A later event flips it back to unresolved and emits observe/issue.regressed.

Behavior

HTTP
POST /observe/issues/:id/resolve

Arguments

NameTypeRequiredDescription
idstringIdentifier of the issue

Response

FieldTypeAlwaysDescription
idstringIdentifier of the issue
titlestringDisplay title, set when the issue opened and never rewritten
statusstringunresolved, resolved or archived
culpritstringWhere the error appears to come from, or null
servicestringService the most recent event came from, or null if none was reported
assigneestringWho owns the issue, or null if unassigned
lastSeenstringISO 8601 timestamp of the most recent event
firstSeenstringISO 8601 timestamp of the first event
archivedAtstringISO 8601 archive timestamp, or null
eventCountnumberHow many events have landed on this issue
resolvedAtstringISO 8601 resolution timestamp, or null
environmentstringEnvironment the issue was first seen in, or null
fingerprintstringStable grouping hash the issue is keyed on
lastEventIdstringIdentifier of the most recent event that landed on the issue, or null for issues rolled up before this was recorded
lastReleasestringRelease the most recent event was reported from, or null if none was reported
regressedAtstringISO 8601 timestamp of the last regression, or null if it never regressed
groupingRulestringWhich rule of the ladder matched: explicit, stack, exception or message
exceptionTypestringException class of the first event, or null
groupingVersionstringGrouping config version that produced the fingerprint; part of the issue identity

Try it

Mark an issue resolved.

When to use

Mark an issue resolved. A later event flips it back to unresolved and emits observe/issue.regressed.

Example

Ask your agent something like this:

Mark an issue resolved.

The agent will invoke observe_issues_resolve with these arguments:

{
  "id": "<id>"
}

Esc

Start typing to search the docs.

navigateselect