Tool
Update issue
The Update Issue tool simplifies managing your GitHub repository by allowing you to effortlessly modify existing issues. It provides a streamlined way to update issue details such as assignees, labels, milestones, and status directly within your development workflow.
Features
- Edit issue title and description with ease.
- Assign or reassign team members to issues.
- Add or update labels to categorize issues effectively.
- Change milestone associations to track progress.
- Open or close issues to manage project workflow.
Benefits
- Enhances collaboration by keeping issue details current.
- Improves project organization and tracking.
- Saves time by updating issues programmatically.
- Facilitates clear communication within development teams.
- Supports seamless integration with existing GitHub workflows.
Description
Update an existing issue in a GitHub repository.
Parameters
10 parameters
| Name | Type | Description |
|---|---|---|
| assignees | string[] | New assignees |
| body | string | New description |
| issue_numberrequired | number | Issue number to update |
| labels | string[] | New labels |
| milestone | number | New milestone number |
| ownerrequired | string | Repository owner |
| reporequired | string | Repository name |
| state | enum | New state |
| title | string | New title |
| type | string | New issue type |