IssueGroupQuery¶
Limits what issue groups are being queried for an endpoint.
| Field | Type | Description |
|---|---|---|
| assignee | The assignee(s) of an issue group to filter by. | |
| issue_group_status | repeated bitdrift.public.unary.client_report.v1.IssueGroupStatus | The status(es) of issue groups to filter by. |
Example¶
JSON
{
"assignee": [
{
"email": "user@example.com",
"id": "usr_abc123",
"name": "Jane Doe"
}
],
"issue_group_status": [
"NEW"
]
}