Acceptance criteria Required routes:
/api/v0.1/projects/:projectId/milestone_types (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve the description of the type of milestones of the project
/api/v0.1/milestone_types/:milestoneTypeId (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve the description of the type of the milestone
/api/v0.1/projects/:projectId/backlog_item_types (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve the description of the type of backlog items of the project
/api/v0.1/backlog_item_types/:backlogItemTypeId (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve the description of the type of the backlog item
/api/v1.2/milestones/:milestoneId (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve the milestone
/api/v1.2/milestones/:milestoneId/backlog_items (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve the backlog items of the milestone
/api/v1.2/backlog_items/:backlogItemId (OPTIONS | GET)
OPTIONS - description of the resource
GET - retrieve a backlog item
See wiki for details.