Milestones
This chapter focuses on milestones. Milestones allow you to “version” your test repository and to view only the objects (requirements, test cases and campaigns) associated with them. With milestones, you can in particular organize your object libraries by version, create a new version of the repository from an existing version, synchronize two versions …
Activate / deactivate milestones mode
A POST
to /milestones/activate
activate / deactivate milestones mode, according to the value sent in the parameter.
HTTP request
Snippet http-request not found for operation::RestMilestoneControllerIT/activate-mode-milestones
Request parameters
Snippet request-parameters not found for operation::RestMilestoneControllerIT/activate-mode-milestones
HTTP response
Snippet http-response not found for operation::RestMilestoneControllerIT/activate-mode-milestones
Get all milestones
A GET
to /milestones
returns all the milestones that the user is allowed to read.
HTTP request
Snippet http-request not found for operation::RestMilestoneControllerIT/find-all-milestones
Request parameters
Snippet request-parameters not found for operation::RestMilestoneControllerIT/find-all-milestones
HTTP response
Snippet http-response not found for operation::RestMilestoneControllerIT/find-all-milestones
Response fields
Snippet response-fields not found for operation::RestMilestoneControllerIT/find-all-milestones
Links
Snippet links not found for operation::RestMilestoneControllerIT/find-all-milestones
Get milestone
A GET
to /milestones/{id}
returns the milestone with the given id.
Path parameters
Snippet path-parameters not found for operation::RestMilestoneControllerIT/find-milestone-by-id
HTTP request
Snippet http-request not found for operation::RestMilestoneControllerIT/find-milestone-by-id
HTTP response
Snippet http-response not found for operation::RestMilestoneControllerIT/find-milestone-by-id
Response fields
Snippet response-fields not found for operation::RestMilestoneControllerIT/find-milestone-by-id
Links
Snippet links not found for operation::RestMilestoneControllerIT/find-milestone-by-id
Create milestone
A POST
to /milestones
creates a new milestone.
HTTP request
Snippet http-request not found for operation::RestMilestoneControllerIT/add-new-milestone
Request fields
Snippet request-fields not found for operation::RestMilestoneControllerIT/add-new-milestone
HTTP response
Snippet http-response not found for operation::RestMilestoneControllerIT/add-new-milestone
Response fields
Snippet response-fields not found for operation::RestMilestoneControllerIT/add-new-milestone
Links
Snippet links not found for operation::RestMilestoneControllerIT/add-new-milestone
Modify milestone
A PATCH
to /milestones/{id}
modifies the milestone with the given id.
HTTP request
Snippet http-request not found for operation::RestMilestoneControllerIT/update-milestone
Path parameters
Snippet path-parameters not found for operation::RestMilestoneControllerIT/update-milestone
Request fields
Snippet request-fields not found for operation::RestMilestoneControllerIT/update-milestone
HTTP response
Snippet http-response not found for operation::RestMilestoneControllerIT/update-milestone
Response fields
Snippet response-fields not found for operation::RestMilestoneControllerIT/update-milestone
Links
Snippet links not found for operation::RestMilestoneControllerIT/update-milestone
Delete milestone
A DELETE
to /milestones/{ids}
deletes one or several milestone(s) with the given id(s).
Path parameters
Snippet path-parameters not found for operation::RestMilestoneControllerIT/delete-milestone
HTTP request
Snippet http-request not found for operation::RestMilestoneControllerIT/delete-milestone
HTTP response
Snippet http-response not found for operation::RestMilestoneControllerIT/delete-milestone