Skip to content
View as Markdown

GetIssueGroupResponse

Field Type Description
issue_group bitdrift.public.unary.issues.v1.IssueGroup The issue group.

Example

JSON
{
  "issue_group": {
    "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"
  }
}