Clear the triage status of an issue, returning it to an untriaged state. Reverses a previous MarkInvestigating / MarkFixed / MarkExpected / MarkNoActionNeeded so the issue shows up again in open/untriaged views.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the issue whose status should be cleared.
Actor clearing the status.
Time at which the status was cleared. Defaults to the current time when not provided. timestamp.gt = 2022-01-01T00:00:00Z timestamp.gt_lt = 2022-01-01T00:00:00Z timestamp.gt_lt_exclusive = 2022-01-01T00:00:00Z timestamp.gt_lte = 2022-01-01T00:00:00Z timestamp.gt_lte_exclusive = 2022-01-01T00:00:00Z timestamp.lt_now = true
"2023-01-15T01:30:15.01Z"
"2024-12-25T12:00:00Z"
Success
The response is of type ClearStatusResponse · object.