create_issue
Create a new issue in GitHub or GitLab repositories to report bugs, request features, or track tasks. Specify repository, title, description, labels, and assignees.
Instructions
Create a new issue in a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (GitLab: "group/project" or ID, GitHub: "owner/repo") | |
| title | Yes | Issue title | |
| description | No | Issue description (Markdown supported) | |
| labels | No | Labels to apply | |
| assignee_ids | No | Array of user IDs to assign |