OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/frontend/tests/integration/mocks/versions/2.json

27 lines
510 B

{
"_type": "Version",
"_links": {
"self": {
"href": "/api/v3/versions/2",
"title": "v2"
},
"definingProject": {
"href": null
},
"availableInProjects": {
"href": "/api/v3/versions/2/projects"
}
},
"id": 2,
"name": "v2",
"description": {
"format": "plain",
"raw": "",
"html": ""
},
"startDate": "2015-02-02",
"endDate": null,
"status": "open",
"createdAt": "2015-02-18T14:53:17+00:00",
"updatedAt": "2015-02-18T14:53:17+00:00"
}