project_create_issue
Create a GitHub issue in any repository, supporting Japanese titles and body text. Assign labels, assignees, or use a template.
Instructions
Create a new issue in a repository (supports Japanese title and body)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository in 'owner/repo' format | |
| title | Yes | Issue title (supports Japanese) | |
| body | No | Issue body in Markdown (supports Japanese) | |
| labels | No | Labels to apply (e.g. ["bug", "feature"]) | |
| assignees | No | GitHub usernames to assign | |
| template | No | Issue template filename (e.g. "bug_report.yml", "feature_request.yml") |