Codebase list ruby-gitlab / 3902111 spec / fixtures / issue_resource_state_events.json
3902111

Tree @3902111 (Download .tar.gz)

issue_resource_state_events.json @3902111raw · 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"
    }
  ]