# TheJiraCloudPlatformRestApi.StatusCreate

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | The description of the status. | [optional] 
**name** | **String** | The name of the status. | 
**statusCategory** | **String** | The category of the status. | 

<a name="StatusCategoryEnum"></a>
## Enum: StatusCategoryEnum

* `TODO` (value: `"TODO"`)
* `IN_PROGRESS` (value: `"IN_PROGRESS"`)
* `DONE` (value: `"DONE"`)

