Statuses
Statuses reflect the current stage of an Idea or feature request for your product as it progresses from suggestion, through development, to completion.
Last updated
Statuses reflect the current stage of an Idea or feature request for your product as it progresses from suggestion, through development, to completion.
Last updated
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)
You can use the following endpoints to manage Statuses
Returns a list of statuses
/statuses
Limits the number of items on a page
The after cursor - used for pagination
Create a new status
/statuses
Update a Status
/statuses/{statusIdx}
Delete a Status
/statuses/{statusIdx}