zulip/zerver/webhooks/gitlab/fixtures/confidential_issue_reopened...

81 lines
2.5 KiB
JSON

{
"object_kind": "issue",
"event_type": "confidential_issue",
"user": {
"name": "Joe Bloggs",
"username": "joe.bloggs",
"avatar_url": "https://secure.gravatar.com/avatar/ca4538511817d50e4c64a354537f1135?s=80&d=identicon"
},
"project": {
"id": 5,
"name": "testing",
"description": "",
"web_url": "https://gitlab.example.co.uk/joe.bloggs/testing",
"avatar_url": null,
"git_ssh_url": "ssh://git@gitlab.example.co.uk/joe.bloggs/testing.git",
"git_http_url": "https://gitlab.example.co.uk/joe.bloggs/testing.git",
"namespace": "joe.bloggs",
"visibility_level": 0,
"path_with_namespace": "joe.bloggs/testing",
"default_branch": null,
"ci_config_path": null,
"homepage": "https://gitlab.example.co.uk/joe.bloggs/testing",
"url": "ssh://git@gitlab.example.co.uk/joe.bloggs/testing.git",
"ssh_url": "ssh://git@gitlab.example.co.uk/joe.bloggs/testing.git",
"http_url": "https://gitlab.example.co.uk/joe.bloggs/testing.git"
},
"object_attributes": {
"author_id": 2,
"closed_at": null,
"confidential": true,
"created_at": "2018-09-14 17:48:36 UTC",
"description": "Testing Test",
"due_date": null,
"id": 1,
"iid": 1,
"last_edited_at": "2018-09-15 19:04:31 UTC",
"last_edited_by_id": 2,
"milestone_id": null,
"moved_to_id": null,
"project_id": 5,
"relative_position": 1073742323,
"state": "opened",
"time_estimate": 0,
"title": "Testing Test",
"updated_at": "2018-09-15 19:05:15 UTC",
"updated_by_id": 2,
"url": "https://gitlab.example.co.uk/joe.bloggs/testing/issues/1",
"total_time_spent": 0,
"human_total_time_spent": null,
"human_time_estimate": null,
"assignee_ids": [],
"assignee_id": null,
"action": "reopen"
},
"labels": [],
"changes": {
"closed_at": {
"previous": "2018-09-15 19:05:12 UTC",
"current": null
},
"state": {
"previous": "closed",
"current": "opened"
},
"updated_at": {
"previous": "2018-09-15 19:05:12 UTC",
"current": "2018-09-15 19:05:15 UTC"
},
"total_time_spent": {
"previous": null,
"current": 0
}
},
"repository": {
"name": "testing",
"url": "ssh://git@gitlab.example.co.uk/joe.bloggs/testing.git",
"description": "",
"homepage": "https://gitlab.example.co.uk/joe.bloggs/testing"
}
}