Task Status Sets allow you to create custom statuses for tasks (stories) that can then be applied to projects.
Gets a list of task status sets on the account. To include information in the response about the statuses within the sets, add ?include=custom_task_statuses
to the request.
This endpoint returns structured Task Status Set 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 task_status_sets
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "task_status_sets": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_task_status_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_task_status_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "custom_task_statuses": {
- "property1": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "position": 0,
- "status": "string",
- "status_set_id": 0,
- "task_status_set_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "position": 0,
- "status": "string",
- "status_set_id": 0,
- "task_status_set_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
Creates a task status set on the account that contains only the four default statuses (e.g. custom_task_statuses
)—not started
, started
, needs info
, and completed
.
This endpoint returns structured Task Status Set 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 task_status_sets
top-level JSON key.
Please see our Response Format section for more information.
{- "task_status_set": {
- "name": "string"
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "task_status_sets": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_task_status_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_task_status_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "custom_task_statuses": {
- "property1": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "position": 0,
- "status": "string",
- "status_set_id": 0,
- "task_status_set_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "position": 0,
- "status": "string",
- "status_set_id": 0,
- "task_status_set_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
Gets a task status set on the account. To include information in the response about the statuses within the set, add ?include=custom_task_statuses
to the request.
This endpoint returns structured Task Status Set 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 task_status_sets
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "task_status_sets": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_task_status_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_task_status_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "custom_task_statuses": {
- "property1": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "position": 0,
- "status": "string",
- "status_set_id": 0,
- "task_status_set_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "position": 0,
- "status": "string",
- "status_set_id": 0,
- "task_status_set_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
Updates a task status set. Only the name
can be updated with this endpoint. To update the statuses available in the set, use the Custom Task Statuses API instead. To change which set is the account default, use the Set Account Default Task Status Set endpoint instead.
This endpoint returns structured Task Status Set 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 task_status_sets
top-level JSON key.
Please see our Response Format section for more information.
{- "task_status_set": {
- "name": "string"
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "task_status_sets": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_task_status_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_task_status_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "custom_task_statuses": {
- "property1": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "position": 0,
- "status": "string",
- "status_set_id": 0,
- "task_status_set_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "position": 0,
- "status": "string",
- "status_set_id": 0,
- "task_status_set_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
Deletes a task status set and the statuses within the set. Only task status sets that are not in use can be deleted.
The response will contain no content and an HTTP 204 status code if the request was successful, or a standard Kantata OX error message explaining why the object could not be deleted.
Task Status Set has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}
Designates a task status set as the default set to be applied to new projects.
This endpoint returns structured Task Status Set 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 task_status_sets
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "task_status_sets": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_task_status_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "custom_task_status_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "custom_task_statuses": {
- "property1": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "position": 0,
- "status": "string",
- "status_set_id": 0,
- "task_status_set_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "position": 0,
- "status": "string",
- "status_set_id": 0,
- "task_status_set_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}