Update Coordination Issue Workflow Issue
update_coordination_issue_workflow_issueUpdate a coordination issue's workflow metadata fields such as title, description, status, assignee, and due date. Accessible to project admins, creators, assignees, or workflow members.
Instructions
Updates a specific Coordination Issue that has associated workflow metadata. Access is controlled by the same visibility rules as other workflow issue endpoints: - Project Admins can update all workflow issues - Issue creators can update issues they created - Issue assignees can update issues assigned to them - Workflow members can update issues for workflows they are part of. Use this to update an existing Coordination Issues (only the supplied fields are changed). Updates the specified Coordination Issues and returns the modified object on success. Required parameters: company_id, project_id, id. Procore API (v2.0): Project Management > Coordination Issues. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues/workflow_issues/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — coordination Issue ID | |
| title | No | JSON request body field — title of the Coordination Issue (max 80 characters) | |
| description | No | JSON request body field — description of the Coordination Issue | |
| status | No | JSON request body field — status of the Coordination Issue. Must be open, ready_for_review or closed. Only issue assignee can set ready_for_review. | |
| location_id | No | JSON request body field — location where the issue is present. The location must be in the same project as the project_id | |
| assignee_id | No | JSON request body field — iD of Procore user that should be assigned the issue | |
| due_date | No | JSON request body field — due date of the Coordination Issue | |
| issue_type | No | JSON request body field — issue Type of the Coordination Issue | |
| priority | No | JSON request body field — priority of the Coordination Issue | |
| trade_id | No | JSON request body field — trade associated with the Coordination Issue | |
| origin | No | JSON request body field — delete origin association. Only 'null' value accepted |