Tool
Create issue
The GitHub Create Issue tool streamlines the process of reporting bugs, requesting features, or tracking tasks directly within your GitHub repositories. It enables developers and project managers to efficiently create new issues with customizable details.
Features
- Create new issues in any GitHub repository with ease.
- Assign issues to specific users to organize responsibility.
- Add detailed issue descriptions to provide clear context.
- Apply labels and milestones to categorize and prioritize issues.
- Supports flexible input for title, body, assignees, labels, and milestones.
Benefits
- Improves project management by centralizing issue tracking.
- Enhances team collaboration through clear task assignment.
- Saves time with a straightforward issue creation process.
- Helps maintain a well-documented development workflow.
- Facilitates better prioritization and progress monitoring.
Description
Create a new issue in a GitHub repository.
Parameters
8 parameters
| Name | Type | Description |
|---|---|---|
| assignees | string[] | Usernames to assign to this issue |
| body | string | Issue body content |
| labels | string[] | Labels to apply to this issue |
| milestone | number | Milestone number |
| ownerrequired | string | Repository owner |
| reporequired | string | Repository name |
| titlerequired | string | Issue title |
| type | string | Type of this issue |