create_issue
Create a new issue in a GitFlic project by providing a title and description. Set the status to OPEN, IN_PROGRESS, CLOSED, or COMPLETED to track progress.
Instructions
Create a new issue in a GitFlic project. Requires title and description. Status defaults to OPEN but can be set to IN_PROGRESS, CLOSED, or COMPLETED. Labels and assignees are not supported through this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Project owner alias | |
| title | Yes | Issue title | |
| status | No | Issue status | OPEN |
| project | Yes | Project alias | |
| description | Yes | Issue description |