UpdateIssueGroupStatusResponse¶
Source definition: src/bitdrift/public/unary/issues/v1/issues.proto#L452-L463
| Field | Type | Description |
|---|---|---|
| status | bitdrift.public.unary.issues.v1.IssueGroupStatus must be a defined enum value |
The resulting status after the update. |
| version | stringonly one of version, or version_code can be set | |
| version_code | int64only one of version_code, or version can be set | Android-specific version field. |
Example¶
JSON
{
"status": "IN_PROGRESS",
"version": "2.1.0"
}