---
title: "POST /v1alpha/{+parent}/issues:batchUpdate"
method: POST
path: "/v1alpha/{+parent}/issues:batchUpdate"
tags: ["projects"]
---

# POST /v1alpha/{+parent}/issues:batchUpdate

`POST /v1alpha/{+parent}/issues:batchUpdate`

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.

## Path parameters

- `parent` string, required

## Request body

- BatchUpdateIssuesRequest — Request message for the BatchUpdateIssues method.
  - `requests` UpdateIssueRequest[] — Required. The request message specifying the resources to update. A maximum of 100 issues can be modified in a batch.
    - `issue` Issue — An issue describes a set of similar events that have been analyzed by Crashlytics and grouped together. All events within an issue will be of the same error_type: crash, non-fatal exception or ANR. All events within an issue will contain similar stack traces in their blamed thread.
      - `errorType` 'ERROR_TYPE_UNSPECIFIED' | 'FATAL' | 'NON_FATAL' | 'ANR' — Output only. Immutable. Indicates whether this issue is a crash, non-fatal exception, or ANR.
      - `name` string — Required. Output only. Immutable. Identifier. The name of the issue resource. Format: "projects/{project}/apps/{app}/issues/{issue}".
      - `id` string — Output only. Immutable. Unique identifier for the issue.
      - `firstSeenTime` string, google-datetime — Output only. Immutable. The first time this issue was seen.
      - `lastSeenTime` string, google-datetime — Output only. The most recent time this issue was seen.
      - `title` string — Output only. Immutable. Caption title. This is usually a source file or method name.
      - `stateUpdateTime` string, google-datetime — Output only. The time at which the issue state was last changed.
      - `firstSeenVersion` string — Output only. Immutable. The first app display_version in which this issue was seen, populated for mobile issues only.
      - `subtitle` string — Output only. Immutable. Caption subtitle. This is usually a symbol or an exception message.
      - `state` 'STATE_UNSPECIFIED' | 'OPEN' | 'CLOSED' | 'MUTED' — Output only. Indicates whether this issue is open, closed or muted. For details on how issue states change without user actions, see [Regressed Issues](https://firebase.google.com/docs/crashlytics/troubleshooting?platform=ios#regressed-issues).
      - `signals` IssueSignals[] — Output only. Immutable. Distinctive characteristics assigned by the Crashlytics analyzer.
        - `signal` 'SIGNAL_UNSPECIFIED' | 'SIGNAL_EARLY' | 'SIGNAL_FRESH' | 'SIGNAL_REGRESSED' | 'SIGNAL_REPETITIVE' — Output only. The signal name.
        - `description` string — Output only. Supporting detail information.
      - `sampleEvent` string — Output only. The resource name for a sample event in this issue.
      - `uri` string — Output only. Provides a link to the Issue on the Firebase console. When this Issue is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
      - `variants` IssueVariant[] — Output only. Immutable. The top 12 variants (subgroups) within the issue. Variants group events within an issue that are very similar. A single result implies that the variant is the same as the parent issue. This field will be empty when multiple issues are requested. Request a single issue to list variants.
        - `sampleEvent` string — Output only. The resource name for a sample event in this variant.
        - `uri` string — Output only. Provides a link to the variant on the Firebase console. When this variant is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
        - `id` string — Output only. Immutable. Distinct identifier for the variant.
      - `lastSeenVersion` string — Output only. The most recent app display_version in which this issue was seen, populated for mobile issues only.
      - `notesCount` string, int64 — Output only. The number of notes attached to an issue.
    - `updateMask` string, google-fieldmask — Optional. The list of Issue fields to update. Currently only "state" is mutable.
  - `updateMask` string, 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 `200`

Successful response

---

[API](https://skmtc.dev/google/apis/firebasecrashlytics.md) · [All operations](https://skmtc.dev/google/apis/firebasecrashlytics/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/firebasecrashlytics/revisions/318850f3f76e/schema)
