•  
     
    story #5585 /milestones/:id/backlog
Summary
user
/milestones/:id/backlog
Methods: OPTIONS, GET, PUT

GET return the collection of backlog item that can be planned in a sub-milestone of the current milestone.

PUT update only the order of the elements in the collection [ <id>, <id>, … ]
Empty
Empty
Empty
Status
Empty
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#5585
Nicolas Terray (nterray)
2013-12-06 10:36
2013-11-18 15:15
3163

References
Referencing story #5585
Referenced by story #5585

Artifact

art #5669

Follow-ups

User avatar
When we try to use PUT /milestones/{id}/backlog on https:tuleap.net (6.7.99.27) we have the following error:

{
"error": {
"code": 500,
"message": "Internal Server Error: There are duplicated ids"
},
"debug": {
"source": "MilestoneResourceValidator.class.php:179 at call stage",
"stages": {
"success": [
"get",
"route",
"negotiate",
"authenticate",
"validate"
],
"failure": [
"call",
"message"
]
}
}
}

We did not have any duplicated ids in the data sent to the server.
By the way, on the Tuleap API Explorer, the description of the message to send uses "property" instead of "id": https://tuleap.net/api/explorer/#!/milestones/updateBacklog_put

  • Category set to