|
|
|
@ -1708,9 +1708,12 @@ but are also limited to the projects that the current user is allowed to see. |
|
|
|
|
"_type": "Type", |
|
|
|
|
"id": 1, |
|
|
|
|
"name": "Bug", |
|
|
|
|
"color": "#ff0000", |
|
|
|
|
"position": 1, |
|
|
|
|
"isDefault": true, |
|
|
|
|
"isMilestone": false |
|
|
|
|
"isMilestone": false, |
|
|
|
|
"createdAt": "2014-05-21T08:51:20Z", |
|
|
|
|
"updatedAt": "2014-05-21T08:51:20Z" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"_links": |
|
|
|
@ -1723,9 +1726,12 @@ but are also limited to the projects that the current user is allowed to see. |
|
|
|
|
"_type": "Type", |
|
|
|
|
"id": 2, |
|
|
|
|
"name": "Feature", |
|
|
|
|
"color": "#888", |
|
|
|
|
"position": 2, |
|
|
|
|
"isDefault": false, |
|
|
|
|
"isMilestone": false |
|
|
|
|
"isMilestone": false, |
|
|
|
|
"createdAt": "2014-05-21T08:51:20Z", |
|
|
|
|
"updatedAt": "2014-05-21T08:51:20Z" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
@ -1777,9 +1783,12 @@ but are also limited to the projects that the current user is allowed to see. |
|
|
|
|
"_type": "Type", |
|
|
|
|
"id": 1, |
|
|
|
|
"name": "Bug", |
|
|
|
|
"color": "#ff0000", |
|
|
|
|
"position": 1, |
|
|
|
|
"isDefault": true, |
|
|
|
|
"isMilestone": false |
|
|
|
|
"isMilestone": false, |
|
|
|
|
"createdAt": "2014-05-21T08:51:20Z", |
|
|
|
|
"updatedAt": "2014-05-21T08:51:20Z" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"_links": |
|
|
|
@ -1792,9 +1801,12 @@ but are also limited to the projects that the current user is allowed to see. |
|
|
|
|
"_type": "Type", |
|
|
|
|
"id": 2, |
|
|
|
|
"name": "Feature", |
|
|
|
|
"color": "#888", |
|
|
|
|
"position": 2, |
|
|
|
|
"isDefault": false, |
|
|
|
|
"isMilestone": false |
|
|
|
|
"isMilestone": false, |
|
|
|
|
"createdAt": "2014-05-21T08:51:20Z", |
|
|
|
|
"updatedAt": "2014-05-21T08:51:20Z" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
@ -1845,9 +1857,12 @@ This endpoint lists the types that are *available* in a given project. |
|
|
|
|
"_type": "Type", |
|
|
|
|
"id": 1, |
|
|
|
|
"name": "Bug", |
|
|
|
|
"color": "#ff0000", |
|
|
|
|
"position": 1, |
|
|
|
|
"isDefault": true, |
|
|
|
|
"isMilestone": false |
|
|
|
|
"isMilestone": false, |
|
|
|
|
"createdAt": "2014-05-21T08:51:20Z", |
|
|
|
|
"updatedAt": "2014-05-21T08:51:20Z" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
## View Type [GET] |
|
|
|
|