redmine_issue_create
Create a Redmine issue by sending issue attributes to the REST API. Specify project, tracker, subject, and description to add a new issue.
Instructions
Create an issue (POST /issues.json). Body uses Redmine issue JSON shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | Issue attributes, e.g. { project_id, tracker_id, subject, description } |