Skip to content

observe_issues_archive

Archive an issue: it stops being reported and stays archived even when new events keep landing on it.

Tool

observe_issues_archive

Archive an issue: it stops being reported and stays archived even when new events keep landing on it.

Archive an issue: it stops being reported and stays archived even when new events keep landing on it.

Behavior

HTTP
POST /observe/issues/:id/archive

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

Archive an issue: it stops being reported and stays archived even when new events keep landing on it.

When to use

Archive an issue: it stops being reported and stays archived even when new events keep landing on it.

Example

Ask your agent something like this:

Archive an issue: it stops being reported and stays archived even when new events keep landing on it.

The agent will invoke observe_issues_archive with these arguments:

{
  "id": "<id>"
}

Esc

Start typing to search the docs.

navigateselect