The following macros are not currently supported in the header:
  • style

Milestones

Introduction

Milestones are the steps on the road to a Project’s completion. These contain the individual hour and dollar budget for that portion of the overall Project, and  are then grouped together under the Project’s Workflow, and along with the Tasks created against these Milestones, combine to form the overall budget and final invoice for the Project.

Endpoints

METHODENDPOINTDESCRIPTION
GETmilestonesReturns a list of Milestones.
GETmilestones/countReturns the total number of milestones.
GETmilestones/:idReturns a milestone identified by its id.
DELETE/wiki/spaces/APIS/pages/24576041Removes a milestone identified by its id.
POST/wiki/spaces/APIS/pages/24576026Creates a new milestone.
PUT/wiki/spaces/APIS/pages/24576034Updates a milestone identified by its id.
GET/milestones/:id/profiles/valuesReturns an array of profile values for the milestone.
PUT/milestones/:id/profiles/values/:profile_value_idUpdate an existing profile value for the milestone.
GET/milestones/:id/progressionsReturns an array of available progressions for the milestone.
[PUT|POST]/milestones/:id/progressions/:progression_id/autoRuns a status update for the given progression on the given milestone.
GET/milestones/profiles/fieldsReturns an array of profile fields for milestone.
POST/milestones/:milestone_id/profiles/fields/:profile_field_idCreates a profile value for a milestone.