jira_component_create
Create a JIRA project component by specifying project key and name, with an optional description. Returns the component in YAML format.
Instructions
Create a JIRA project component (project, name, optional description). Returns YAML for the created component. Mirrors omni-dev atlassian jira component create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Component name. | |
| project | Yes | Project key (e.g., `PROJ`). | |
| description | No | Component description. |