create_issue
Create a GitHub issue with title, body, labels, and assignees to track tasks or bugs in a repository.
Instructions
Create an issue in a GitHub repository with title, body, labels, and assignees
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| title | Yes | Issue title | |
| body | No | Issue body (Markdown) | |
| labels | No | Labels to apply | |
| assignees | No | Users to assign |