UpdateIssueGroupAssigneesRequest¶
Source definition: src/bitdrift/public/unary/issues/v1/issues.proto#L465-L474
| Field | Type | Description |
|---|---|---|
| id | string between 1 and 100 chars |
The unique identifier for the issue group. |
| assignees | up to 100 items |
The new assignees to set. |
Example¶
JSON
{
"assignees": [
{
"email": "user@example.com",
"id": "usr_abc123",
"name": "Jane Doe"
}
],
"id": "12710232306638153143"
}