@itentialopensource/adapter-gitlab
Version:
This adapter integrates with system described as: gitlab.
92 lines • 1.84 kB
JSON
{
"id": 8,
"iid": 8,
"project_id": 7,
"title": "string",
"description": "string",
"state": "string",
"merged_by": {
"id": 2,
"name": "string",
"username": "string",
"state": "string",
"avatar_url": "string",
"web_url": "string"
},
"merged_at": "string",
"closed_by": {},
"closed_at": {},
"created_at": "string",
"updated_at": "string",
"target_branch": "string",
"source_branch": "string",
"upvotes": 10,
"downvotes": 9,
"author": {
"id": 1,
"name": "string",
"username": "string",
"state": "string",
"avatar_url": {},
"web_url": "string"
},
"assignee": {
"id": 10,
"name": "string",
"username": "string",
"state": "string",
"avatar_url": {},
"web_url": "string"
},
"assignees": [
null,
null,
null,
null,
null,
null,
null,
null
],
"source_project_id": 7,
"target_project_id": 10,
"labels": [
null
],
"work_in_progress": true,
"milestone": {
"id": 10,
"iid": 7,
"project_id": 2,
"title": "string",
"description": "string",
"state": "string",
"created_at": "string",
"updated_at": "string",
"due_date": "string",
"start_date": "string",
"web_url": "string"
},
"merge_when_pipeline_succeeds": true,
"merge_status": "string",
"sha": "string",
"merge_commit_sha": {},
"user_notes_count": 8,
"discussion_locked": {},
"should_remove_source_branch": true,
"force_remove_source_branch": false,
"allow_collaboration": true,
"allow_maintainer_to_push": true,
"web_url": "string",
"time_stats": {
"time_estimate": 9,
"total_time_spent": 10,
"human_time_estimate": {},
"human_total_time_spent": {}
},
"squash": true,
"task_completion_status": {
"count": 8,
"completed_count": 7
}
}