ProjectIssue REST Endpoints

ProjectIssue

Issues are known problems within a project plan that require attention or corrective action. You can manually create issues, or you can generate issues in the Project Management application by defining project thresholds. You can associate these issues with work breakdown structure (WBS) elements, activities, or resources.

When you add an issue, you can assign a priority level, tracking layout, and responsible manager to the issue. An issue's tracking layout assignment is helpful when you want to quickly open the tracking layout that best displays the problem area. An issue's responsible manager assignment identifies the person responsible for addressing the issue. You can record historical details for the issue and e-mail issue details, along with your notes and the issue's history, to any member of the project's staff.

This business object supports user defined fields (UDFs). Use the UDFValue business object to assign UDFs.

Create ProjectIssue
Method: post
Path: /projectIssue
Delete ProjectIssue
Method: delete
Path: /projectIssue
Reads ProjectIssue
Method: get
Path: /projectIssue
Update ProjectIssue
Method: put
Path: /projectIssue
View Project fields
Method: get
Path: /projectIssue/fields
View ProjectIssue Field Length
Method: get
Path: /projectIssue/getFieldLength/{fieldName}