github_create_issue
Create a GitHub issue with labels, assignees, and milestone. Supports Markdown body for detailed descriptions.
Instructions
Create a new issue in a GitHub repository. Supports labels, assignees, and milestone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Issue body (supports Markdown) | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| title | Yes | Issue title | |
| labels | No | Labels to apply (must already exist in the repo) | |
| assignees | No | GitHub usernames to assign | |
| milestone | No | Milestone number to associate with |