create_issue
Create a new issue in GitHub or GitLab repositories to track tasks, bugs, or feature requests. Specify title, description, labels, and assignees to organize project work.
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 |