ProjectIssue REST Endpoints
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: postPath:
/projectIssue
- Delete ProjectIssue
- Method: deletePath:
/projectIssue
- Reads ProjectIssue
- Method: getPath:
/projectIssue
- Update ProjectIssue
- Method: putPath:
/projectIssue
- View Project fields
- Method: getPath:
/projectIssue/fields
- View ProjectIssue Field Length
- Method: getPath:
/projectIssue/getFieldLength/{fieldName}