UpdateIssueGroupAssigneesResponse¶
Source definition: src/bitdrift/public/unary/issues/v1/issues.proto#L476-L479
| Field | Type | Description |
|---|---|---|
| assignees | The resulting assignees after the update. |
Example¶
JSON
{
"assignees": [
{
"email": "user@example.com",
"id": "usr_abc123",
"name": "Jane Doe"
}
]
}