Create an issue
rootr_create_issueCreate a new issue in a Rootr issue tracker by providing tracker ID and title, with optional body, type, labels, and parent issue for sub-issues.
Instructions
Create a new issue in a Rootr (루터) issue tracker. labels is an array of label ids, type is a type id (both from the tracker's custom type/label definitions — see rootr_read on the tracker or its metadata). parentIssueId nests this issue under another issue (sub-issue).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Issue body (markdown) | |
| type | No | Issue type id | |
| title | Yes | Issue title | |
| labels | No | Label ids to attach | |
| trackerId | Yes | Issue tracker node id | |
| parentIssueId | No | Parent issue id, to create this as a sub-issue |