File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ type ProjectList []struct {
25
25
ProjectTypeKey string `json:"projectTypeKey" structs:"projectTypeKey"`
26
26
ProjectCategory ProjectCategory `json:"projectCategory,omitempty" structs:"projectsCategory,omitempty"`
27
27
IssueTypes []IssueType `json:"issueTypes,omitempty" structs:"issueTypes,omitempty"`
28
+ Simplified bool `json:"simplified,omitempty"`
28
29
}
29
30
30
31
// ProjectCategory represents a single project category
@@ -53,6 +54,7 @@ type Project struct {
53
54
Roles map [string ]string `json:"roles,omitempty" structs:"roles,omitempty"`
54
55
AvatarUrls AvatarUrls `json:"avatarUrls,omitempty" structs:"avatarUrls,omitempty"`
55
56
ProjectCategory ProjectCategory `json:"projectCategory,omitempty" structs:"projectCategory,omitempty"`
57
+ Simplified bool `json:"simplified,omitempty"`
56
58
}
57
59
58
60
// ProjectComponent represents a single component of a project
You can’t perform that action at this time.
0 commit comments