Project Milestones
Project milestones are reference points in your project life cycle that marks a significant event or goal the to be completed as part of a project. It includes information about the work to be done, when, by whom, and at what cost.
The /project-milestones/
endpoint can only be used for project task records with the task classification field set to Milestone in SuiteProjects Pro. This is equivalent to records with the classification
property set to M
in the project_task
table, or in the XML API Projecttask
or SOAP API oaProjecttask
datatypes.
For Tasks — project task records with zero duration and the task classification field set to Milestone in SuiteProjects Pro, or the classification
property set to T
in the project_task
table, or in the XML API Projecttask
or SOAP API oaProjecttask
datatypes — see Project Tasks.
For Phases — project task records that have other project tasks nested under and the task classification field set to Phase in SuiteProjects Pro, or the classification
property set to P
in the project_task
table, or in the XML API Projecttask
or SOAP API oaProjecttask
datatypes — see Project Phases.
Available methods
-
GET
/project-milestones/
— Get the List of Project Milestones -
GET
/project-milestones/{id}
— Get a Project Milestone
ProjectMilestone Object Properties
A project milestone is a reference point in your project life cycle that marks a significant event or goal the to be completed as part of a project. It includes information about the work to be done, when, by whom, and at what cost.
The ProjectMilestone
object has the following properties:
Name |
Description |
Type |
Read-Only |
Query Allowed |
Sorting Allowed |
---|---|---|---|---|---|
|
The attachments associated with this milestone. Array of internal IDs for attachment objects. |
Array of |
Yes |
— |
— |
|
Calculated start date of the project milestone. If the use task estimating feature is turned on, this field will have the estimated total time the task will take to complete. If zero, no estimating has occurred so the estimate is the same as the plan. |
string($date) |
Yes |
Yes |
— |
|
Time the record was created. |
string($date-time) |
Yes |
Yes |
Yes |
|
Currency for the money fields in the record. This should be the same as the project currency. |
string |
Yes |
Yes |
Yes |
|
The ID of the associated customer. |
integer($int64) |
Yes |
Yes |
Yes |
|
The category to assign to a timesheet entry assigned to this task. The feature has to be enabled for this assignment to work. |
string |
— |
Yes |
Yes |
|
A feature, if enabled, would assign this default_category_1 to the category_1 for many transactions that have a category_1_id and project_task_id by searching the project_task and project work breakdown structure for the first default_category_1 defined. |
string |
— |
Yes |
Yes |
|
A feature, if enabled, would assign this default_category_1 to the category_1 for many transactions that have a category_1_id and project_task_id by searching the project_task and project work breakdown structure for the first default_category_1 defined. |
string |
— |
Yes |
Yes |
|
A feature, if enabled, would assign this default_category_1 to the category_1 for many transactions that have a category_1_id and project_task_id by searching the project_task and project work breakdown structure for the first default_category_1 defined. |
string |
— |
Yes |
Yes |
|
A feature, if enabled, would assign this default_category_1 to the category_1 for many transactions that have a category_1_id and project_task_id by searching the project_task and project work breakdown structure for the first default_category_1 defined. |
string |
— |
Yes |
Yes |
|
A feature, if enabled, would assign this default_category_1 to the category_1 for many transactions that have a category_1_id and project_task_id by searching the project_task and project work breakdown structure for the first default_category_1 defined. |
string |
— |
Yes |
Yes |
|
If the record was imported from an external system you store the unique external record ID here. |
string |
— |
Yes |
Yes |
|
Unique ID. Automatically assigned by the system |
integer($int64) |
Yes |
Yes |
Yes |
|
User-defined milestone ID. |
integer($int64) |
— |
Yes |
Yes |
|
A 1/0 field indicating if this is closed milestone. |
Boolean |
— |
Yes |
Yes |
|
If set to 1, this is not billable. This is only applicable for project billing rules. |
Boolean |
— |
Yes |
Yes |
|
Short description of this milestone. |
string |
— |
Yes |
Yes |
|
Notes associated with the project milestone. |
string |
— |
Yes |
Yes |
|
The ID of our immediate ancestor. If zero or null, this is a project-level (top-level) task or phase. |
integer($int64) |
— |
Yes |
Yes |
|
Comma delimited list of task IDs which must complete before this milestone can start. |
string |
Yes |
Yes |
— |
|
Comma delimited list for task ID:days of lag time for predecessors. Only populated if there is a lag time. |
string |
Yes |
Yes |
— |
|
Comma delimited list of task ID:relationship type for predecessors. Only populated if the relationship type is not finish-to-start. |
string |
Yes |
Yes |
— |
|
The priority of the milestone (1 -9). |
integer($int64) |
— |
Yes |
Yes |
|
The ID of the associated project. |
integer($int64) |
Yes |
Yes |
Yes |
|
The ID of the associated projecttask_type. Not for milestones. |
integer($int64) |
— |
Yes |
Yes |
|
The sequence number of this task. |
integer($int64) |
Yes |
Yes |
Yes |
|
Optional scheduled starting date of this task. Overrides computed date Start_date. |
string($date) |
— |
Yes |
Yes |
|
Time the record was last updated or modified |
string($date-time) |
Yes |
Yes |
Yes |
|
Is everyone able to assign time/expenses to this task. |
Boolean |
— |
Yes |
Yes |