ListPossibleAssigneesResponse¶
Source definition: src/bitdrift/public/unary/issues/v1/issues.proto#L508-L514
| Field | Type | Description |
|---|---|---|
| assignees | Possible values for assignees. | |
| total | uint32 | Total number of possible assignees matching the filter criteria. |
Example¶
JSON
{
"assignees": [
{
"email": "user@example.com",
"id": "usr_abc123",
"name": "Jane Doe"
}
],
"total": 42
}