Codebase list ruby-gitlab / 95797632-ae5e-480c-891f-916730b2eac0/main spec / fixtures / issue_resource_state_events.json
95797632-ae5e-480c-891f-916730b2eac0/main

Tree @95797632-ae5e-480c-891f-916730b2eac0/main (Download .tar.gz)

issue_resource_state_events.json @95797632-ae5e-480c-891f-916730b2eac0/mainraw · history · blame

[
    {
      "id": 142,
      "user": {
        "id": 1,
        "name": "Administrator",
        "username": "root",
        "state": "active",
        "avatar_url": "https://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80&d=identicon",
        "web_url": "http://gitlab.example.com/root"
      },
      "created_at": "2018-08-20T13:38:20.077Z",
      "resource_type": "Issue",
      "resource_id": 11,
      "state": "opened"
    },
    {
      "id": 143,
      "user": {
        "id": 1,
        "name": "Administrator",
        "username": "root",
        "state": "active",
        "avatar_url": "https://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80&d=identicon",
        "web_url": "http://gitlab.example.com/root"
      },
      "created_at": "2018-08-21T14:38:20.077Z",
      "resource_type": "Issue",
      "resource_id": 11,
      "state": "closed"
    }
  ]