-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
45 lines (45 loc) · 1.83 KB
/
test.json
File metadata and controls
45 lines (45 loc) · 1.83 KB
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
{
"count": 4,
"value": [
{
"typeId": "6b724908-ef14-45cf-84f8-768b5384da45",
"name": "Scrum",
"referenceName": null,
"description": "This template is for teams who follow the Scrum framework.",
"parentProcessTypeId": "00000000-0000-0000-0000-000000000000",
"isEnabled": true,
"isDefault": false,
"customizationType": "system"
},
{
"typeId": "adcc42ab-9882-485e-a3ed-7678f01f66bc",
"name": "Agile",
"referenceName": null,
"description": "This template is flexible and will work great for most teams using Agile planning methods, including those practicing Scrum.",
"parentProcessTypeId": "00000000-0000-0000-0000-000000000000",
"isEnabled": true,
"isDefault": false,
"customizationType": "system"
},
{
"typeId": "b8a3a935-7e91-48b8-a94c-606d37c3e9f2",
"name": "Basic",
"referenceName": null,
"description": "This template is flexible for any process and great for teams getting started with Azure DevOps.",
"parentProcessTypeId": "00000000-0000-0000-0000-000000000000",
"isEnabled": true,
"isDefault": true,
"customizationType": "system"
},
{
"typeId": "27450541-8e31-4150-9947-dc59f998fc01",
"name": "CMMI",
"referenceName": null,
"description": "This template is for more formal projects requiring a framework for process improvement and an auditable record of decisions.",
"parentProcessTypeId": "00000000-0000-0000-0000-000000000000",
"isEnabled": true,
"isDefault": false,
"customizationType": "system"
}
]
}