create_issue
Create a new GitHub issue in a repository with title, body, labels, and assignees to track tasks or report bugs.
Instructions
Create a new issue in a GitHub repository. Docs: https://docs.github.com/en/rest/issues/issues#create-an-issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Issue body/description | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization login) | |
| title | Yes | Issue title | |
| labels | No | Label names to apply to the issue | |
| assignees | No | Logins to assign to the issue |