create_issue_status
Adds a workflow status to Huly issues idempotently. Specify category and optional task type to define status per project type.
Instructions
Add a Huly issue workflow status idempotently by normalized name within a project type and task type scope. Accepts category as a Huly SDK task.statusCategory key: UnStarted, ToDo, Active, Won, Lost; taskType may be ID or display name, and omission applies the status to every task type in the project type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectType | No | a string that will be trimmed | |
| name | Yes | a string that will be trimmed | |
| category | Yes | ||
| taskType | No | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |