Codebase list ruby-gitlab / f23e9859-9a47-4d02-b103-e8d074f6c5ed/main spec / fixtures / issue_resource_state_event.json
f23e9859-9a47-4d02-b103-e8d074f6c5ed/main

Tree @f23e9859-9a47-4d02-b103-e8d074f6c5ed/main (Download .tar.gz)

issue_resource_state_event.json @f23e9859-9a47-4d02-b103-e8d074f6c5ed/mainraw · history · blame

{
    "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"
  }