Project Issues REST Endpoints

Project Issues
The Project Issues resource is used to view issues associated to the project.
Create issues
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectIssues
Delete an issue
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectIssues/{IssueId}
Get all issues
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectIssues
Get an issue
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectIssues/{IssueId}
Update an issue
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectIssues/{IssueId}