github_create_issue
Create new issues in GitHub repositories to report bugs, request features, or track tasks. Specify title, description, labels, assignees, and milestones for organized project management.
Instructions
Create a new issue in a repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| title | Yes | Issue title | |
| body | No | Issue body (markdown supported) | |
| labels | No | Labels to add to the issue | |
| assignees | No | Usernames to assign to the issue | |
| milestone | No | Milestone number to associate with the issue |