create_issue
Create a new issue in a repository and optionally add it to a project board with labels, assignees, or a milestone.
Instructions
Create an issue, optionally placing it directly on a project board.
Args: project_id: If given, the issue is added to that project as a card. milestone_id: Optional milestone to attach. label_ids / assignee_ids: Optional numeric ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| repo | Yes | ||
| owner | Yes | ||
| title | Yes | ||
| label_ids | No | ||
| project_id | No | ||
| assignee_ids | No | ||
| milestone_id | No |