v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1393352.1 KB
projects

Change the state of a group of issues. This method is not atomic, so partial failures can occur. In the event of a partial failure, the request will fail and you will need to call GetIssue to see which issues were not updated.

post/v1alpha/{+parent}/issues:batchUpdate

Path parameters

parentstring required

Required. The parent resource shared by all issues being updated. Format: projects/{project}/apps/{app}. If this is set, the parent field in the UpdateIssueRequest messages must either be empty or match this field.

Request body

updateMaskstring google-fieldmask

Optional. The list of Issue fields to update. If this is set, the update_mask field in the UpdateIssueRequest messages must either be empty or match this field.

Response

Successful response