quire.createStatus
Create custom statuses in Quire projects to define workflow stages beyond the default To-Do and Complete, using a name and value between 0 and 100.
Instructions
Create a custom status in a project. Custom statuses allow you to define workflow stages beyond the default To-Do (0) and Complete (100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project ID (e.g., 'my-project') or OID | |
| name | Yes | The status name (required) | |
| value | Yes | Status value (0-100, required). Values >= 100 are treated as completed. Must be unique within the project. | |
| color | No | Status color (hex code without #, e.g., 'ff5733') |