-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathscopes.json
More file actions
53 lines (53 loc) · 1.42 KB
/
scopes.json
File metadata and controls
53 lines (53 loc) · 1.42 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
46
47
48
49
50
51
52
53
{
"project-member": {
"description": "Automatically becomes a member in existing and upcoming teams in assigned projects."
},
"users:read": {
"description": "Can read other users data."
},
"users:write": {
"description": "Can edit user data."
},
"users:delete": {
"description": "Can delete users."
},
"scopes:write": {
"description": "Can change other user scopes up to its own scopes."
},
"team-settings:write": {
"description": "Can change teams settings the user is member of."
},
"project-settings:write": {
"description": "Can change project settings for all underlying teams."
},
"activity:create": {
"description": "Can create activities."
},
"activity:edit": {
"description": "Can update activities."
},
"activity:delete": {
"description": "Can delete activities."
},
"work-item-tag:create": {
"description": "Can create work item tags."
},
"work-item-tag:edit": {
"description": "Can update work item tags."
},
"work-item-tag:delete": {
"description": "Can delete work item tags."
},
"work-item:review": {
"description": "Can be part of a work item with reviewer role."
},
"work-item-comment:create": {
"description": "Can create work item comments."
},
"work-item-comment:edit": {
"description": "Can edit work item comments."
},
"work-item-comment:delete": {
"description": "Can delete work item comments."
}
}