You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST /connected_projects/{connectedProjectId}/workflow_columns - Creates a new connected project workflow column. Returns the same object as getting a single workflow column.
Request fields
Description/format
name
(Required) String
category
String (TODO, INPROGRESS, DONE) (Defaults to TODO)
PUT /projects/{projectId}/workflow_columns/{workflow_columnId} - Updates project workflow column. Returns the same object as getting a single workflow column.
Request fields
Description/format
name
String
category
String (TODO, INPROGRESS, DONE) (Defaults to TODO)
PUT /connected_projects/{connectedProjectId}/workflow_columns/{workflow_columnId} - Updates connected project workflow column. Returns the same object as getting a single workflow column.
Request fields
Description/format
name
String
category
String (TODO, INPROGRESS, DONE) (Defaults to TODO)
DELETE /connected_projects/{connectedProjectId}/workflow_columns/{workflow_columnId} - Deletes connected project workflow column. Does not delete tasks in the workflow column.