update_issue
Modify an existing GitHub issue by updating its title, body, assignees, milestone, labels, or state. Essential for maintaining and organizing repository tasks effectively.
Instructions
Update an existing issue in a GitHub repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignees | No | ||
body | No | ||
issue_number | Yes | ||
labels | No | ||
milestone | No | ||
owner | Yes | ||
repo | Yes | ||
state | No | ||
title | No |