create_issue
Creates a new issue in a space and returns its key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The issue's text content. | |
| spaceKey | Yes | The space to create the issue in, e.g. 'BRD'. | |
| statusId | Yes | The status id to create the issue in, from list_statuses - must belong to spaceKey. | |
| attributes | No | Attribute name -> plain-text value, e.g. {"Priority": "High"}. Call list_attributes to see what's available and the expected value format per type. Omit to leave every attribute unset. |