Workspace Task Status Sets represent the connection between workspaces (projects) and task (story) status sets, which enable the use of custom task statuses.
Updates the task status set for multiple projects. You must have permission to select task status sets to use the endpoint. If any specified workspaces cannot be updated, the entire request will fail and an error message will be returned that specifies which ones could be updated and why.
This endpoint returns structured Workspace Task Status Sets objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the workspace_task_status_sets
top-level JSON key.
Please see our Response Format section for more information.
{- "workspace_task_status_sets": [
- {
- "workspace_id": 0,
- "status_set_id": 0
}
]
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "workspace_task_status_sets": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "status_set_id": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": 0
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "status_set_id": 0,
- "updated_at": "2019-08-24T14:15:22Z",
- "workspace_id": 0
}
}
}