Skip to content

observe_issues_assign

Assign an issue to someone, or pass a null assignee to clear the assignment.

Tool

observe_issues_assign

Assign an issue to someone, or pass a null assignee to clear the assignment.

Assign an issue to someone, or pass a null assignee to clear the assignment.

Behavior

HTTP
POST /observe/issues/:id/assign

Arguments

NameTypeRequiredDescription
idstringIdentifier of the issue
assigneestringWho should own the issue; null clears the assignment

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

Assign an issue to someone, or pass a null assignee to clear the assignment.

When to use

Assign an issue to someone, or pass a null assignee to clear the assignment.

Example

Ask your agent something like this:

Assign an issue to someone, or pass a null assignee to clear the assignment.

The agent will invoke observe_issues_assign with these arguments:

{
  "id": "<id>",
  "assignee": "<assignee>"
}

Esc

Start typing to search the docs.

navigateselect