Update an Issue
Update an individual issue's attributes. Only the attributes submitted are modified.
Path parameters
The ID or slug of the organization the resource belongs to.
The ID of the issue you'd like to query.
Request body
If true, marks the issue as reviewed by the requestor.
Limit mutations to only issues with the given status.
- resolved
- unresolved
- ignored
- resolvedInNextRelease
- muted
The new substatus of the issue.
- archived_until_escalating
- archived_until_condition_met
- archived_forever
- escalating
- ongoing
- regressed
- new
If true, marks the issue as seen by the requestor.
If true, bookmarks the issue for the requestor.
If true, publishes the issue.
If true, subscribes the requestor to the issue.
If true, merges the issues together.
If true, discards the issues instead of updating them.
The user or team that should be assigned to the issues. Values take the form of <user_id>, user:<user_id>, <username>, <user_primary_email>, or team:<team_id>.
The priority that should be set for the issues
- low
- medium
- high