summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/import_export/project.light.json
blob: 2d8f3d4a566b61119b9bbe9d619a6c51c1b08380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
  "description": "Nisi et repellendus ut enim quo accusamus vel magnam.",
  "visibility_level": 10,
  "archived": false,
  "milestones": [
    {
      "id": 1,
      "title": "test milestone",
      "project_id": 8,
      "description": "test milestone",
      "due_date": null,
      "created_at": "2016-06-14T15:02:04.415Z",
      "updated_at": "2016-06-14T15:02:04.415Z",
      "state": "active",
      "iid": 1,
      "group_id": null
    }
  ],
  "labels": [
    {
      "id": 2,
      "title": "test2",
      "color": "#428bca",
      "project_id": 8,
      "created_at": "2016-07-22T08:55:44.161Z",
      "updated_at": "2016-07-22T08:55:44.161Z",
      "template": false,
      "description": "",
      "type": "ProjectLabel",
      "priorities": [
        {
          "id": 1,
          "project_id": 5,
          "label_id": 1,
          "priority": 1,
          "created_at": "2016-10-18T09:35:43.338Z",
          "updated_at": "2016-10-18T09:35:43.338Z"
        }
      ]
    }
  ],
  "issues": [
    {
      "id": 1,
      "title": "Fugiat est minima quae maxime non similique.",
      "assignee_id": null,
      "project_id": 8,
      "author_id": 1,
      "created_at": "2017-07-07T18:13:01.138Z",
      "updated_at": "2017-08-15T18:37:40.807Z",
      "branch_name": null,
      "description": "Quam totam fuga numquam in eveniet.",
      "state": "opened",
      "iid": 20,
      "updated_by_id": 1,
      "confidential": false,
      "deleted_at": null,
      "due_date": null,
      "moved_to_id": null,
      "lock_version": null,
      "time_estimate": 0,
      "closed_at": null,
      "last_edited_at": null,
      "last_edited_by_id": null,
      "group_milestone_id": null,
      "label_links": [
        {
          "id": 11,
          "label_id": 6,
          "target_id": 1,
          "target_type": "Issue",
          "created_at": "2017-08-15T18:37:40.795Z",
          "updated_at": "2017-08-15T18:37:40.795Z",
          "label": {
            "id": 6,
            "title": "group label",
            "color": "#A8D695",
            "project_id": null,
            "created_at": "2017-08-15T18:37:19.698Z",
            "updated_at": "2017-08-15T18:37:19.698Z",
            "template": false,
            "description": "",
            "group_id": 5,
            "type": "GroupLabel",
            "priorities": []
          }
        },
        {
          "id": 11,
          "label_id": 2,
          "target_id": 1,
          "target_type": "Issue",
          "created_at": "2017-08-15T18:37:40.795Z",
          "updated_at": "2017-08-15T18:37:40.795Z",
          "label": {
            "id": 6,
            "title": "project label",
            "color": "#A8D695",
            "project_id": null,
            "created_at": "2017-08-15T18:37:19.698Z",
            "updated_at": "2017-08-15T18:37:19.698Z",
            "template": false,
            "description": "",
            "group_id": 5,
            "type": "ProjectLabel",
            "priorities": []
          }
        }
      ]
    }
  ],
  "snippets": [

  ],
  "hooks": [

  ]
}