Statuses
Statuses reflect the current stage of an Idea or feature request for your product as it progresses from suggestion, through development, to completion.
Status object
Status have the following fields
idx string
A unique identifier for the idea
name string
Name of the status
color string
Color associated with the status (displayed in the App)
Endpoints
You can use the following endpoints to manage Statuses
List statuses
Create a status
Update a status
Delete a status
Last updated