provider Error Tracking PUT /api/v2/error-tracking/issues/{issue_id}/assignee
@utdk/datadog /api/v2/error-tracking/issues/{issue_id}/assignee
Update the assignee of an issue
Update the assignee of an issue by `issue_id`.
issue_id path required
The identifier of the issue.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updateissueassignee
PUT/api/v2/error-tracking/issues/{issue_id}/assignee
Update the assignee of an issue by `issue_id`.

Parameters

required

The identifier of the issue.

Input

required

Update issue assignee request.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.updateissueassignee()