create_component
Create a component to organize issues by area or feature in a Huly project. Provide a label and optional lead and description.
Instructions
Create a new component in a Huly project. Components help organize issues by area/feature. Returns the created component ID and label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lead | No | Lead person email address | |
| label | Yes | a string that will be trimmed | |
| project | Yes | a string that will be trimmed | |
| description | No | Component description (markdown supported) |