zulip/zerver/webhooks/gitlab/fixtures/confidential_issue_note.json

89 lines
2.7 KiB
JSON

{
"object_kind": "note",
"event_type": "confidential_note",
"user": {
"name": "Joe Bloggs",
"username": "joebloggs",
"avatar_url": "https://secure.gravatar.com/avatar/1e00d93acdfdddc06304143a1dfcd0b4?s=80&d=identicon"
},
"project_id": 8385998,
"project": {
"id": 8385998,
"name": "Test",
"description": "",
"web_url": "https://gitlab.com/joebloggs/test",
"avatar_url": null,
"git_ssh_url": "git@gitlab.com:joebloggs/test.git",
"git_http_url": "https://gitlab.com/joebloggs/test.git",
"namespace": "joebloggs",
"visibility_level": 20,
"path_with_namespace": "joebloggs/test",
"default_branch": null,
"ci_config_path": null,
"homepage": "https://gitlab.com/joebloggs/test",
"url": "git@gitlab.com:joebloggs/test.git",
"ssh_url": "git@gitlab.com:joebloggs/test.git",
"http_url": "https://gitlab.com/joebloggs/test.git"
},
"object_attributes": {
"attachment": null,
"author_id": 1102929,
"change_position": null,
"commit_id": null,
"created_at": "2018-09-15 21:01:07 UTC",
"discussion_id": "0be9d1a81a3841710ae99c237f781b4209e6c23f",
"id": 101638770,
"line_code": null,
"note": "Test",
"noteable_id": 14177506,
"noteable_type": "Issue",
"original_position": null,
"position": null,
"project_id": 8385998,
"resolved_at": null,
"resolved_by_id": null,
"resolved_by_push": null,
"st_diff": null,
"system": false,
"type": null,
"updated_at": "2018-09-15 21:01:07 UTC",
"updated_by_id": null,
"description": "Test",
"url": "https://gitlab.com/joebloggs/test/issues/3#note_101638770"
},
"repository": {
"name": "Test",
"url": "git@gitlab.com:joebloggs/test.git",
"description": "",
"homepage": "https://gitlab.com/joebloggs/test"
},
"issue": {
"author_id": 1102929,
"closed_at": null,
"confidential": true,
"created_at": "2018-09-15 21:01:03 UTC",
"description": "Test",
"due_date": null,
"id": 14177506,
"iid": 3,
"last_edited_at": null,
"last_edited_by_id": null,
"milestone_id": null,
"moved_to_id": null,
"project_id": 8385998,
"relative_position": 1073743323,
"state": "opened",
"time_estimate": 0,
"title": "Test",
"updated_at": "2018-09-15 21:01:03 UTC",
"updated_by_id": null,
"weight": null,
"url": "https://gitlab.com/joebloggs/test/issues/3",
"total_time_spent": 0,
"human_total_time_spent": null,
"human_time_estimate": null,
"assignee_ids": [],
"assignee_id": null
}
}