Skip to content
View as Markdown

ListIssueGroupsResponse

Field Type Description
issue_groups repeated bitdrift.public.unary.issues.v1.IssueGroup The issue groups.
total_issue_groups uint32

Example

JSON
{
  "issue_groups": [
    {
      "assignees": [
        {
          "email": "user@example.com",
          "id": "usr_abc123",
          "name": "Jane Doe"
        }
      ],
      "filtered_stats": {
        "events": [
          {
            "count": 42,
            "period_start": "2024-01-15T09:30:00Z"
          }
        ],
        "first_report_seen": "2024-01-15T09:30:00Z",
        "first_seen": "2024-01-15T09:30:00Z",
        "last_seen": "2024-01-15T09:30:00Z",
        "session_count": 42,
        "user_count": 42
      },
      "id": "12710232306638153143",
      "metadata": {
        "context": "[anon:dalvik-free list large object space]+0x48768cb",
        "details": "Bus error (bad memory access)",
        "platform": {
          "apple": {
            "apps": [
              {
                "app_id": "com.example.app"
              }
            ]
          }
        },
        "reason": "SIGBUS",
        "type": "Crash"
      },
      "platform": [
        {
          "apple": {
            "apps": [
              {
                "app_id": "com.example.app"
              }
            ]
          }
        }
      ],
      "stats": {
        "events": [
          {
            "count": 42,
            "period_start": "2024-01-15T09:30:00Z"
          }
        ],
        "first_report_seen": "2024-01-15T09:30:00Z",
        "first_seen": "2024-01-15T09:30:00Z",
        "last_seen": "2024-01-15T09:30:00Z",
        "session_count": 42,
        "user_count": 42
      },
      "status": "NEW",
      "version": "2.1.0"
    }
  ],
  "total_issue_groups": 42
}