Create an issue tracker in a Rootr workspace
rootr_create_issue_trackerCreate a new GitHub-style issue tracker in a Rootr workspace to organize and manage issues. Returns the tracker ID and default labels for adding issues.
Instructions
Create a new GitHub-style issue tracker document in a Rootr (루터) workspace. Returns the tracker with its id, plus its default labels/types — use rootr_create_issue afterward to add issues to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the issue tracker | |
| workspace | No | Workspace id; defaults to ROOTR_WORKSPACE/config if omitted |