update_issue
Update an issue's content by unique ID, replacing existing text or appending new content.
Instructions
Update an issue's content by its unique ID.
Args:
iss_uniq_id: 8-character unique issue ID.
content: New content to write or append.
append: If True, appends to end of file; otherwise replaces entirely.
Returns:
Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| append | No | ||
| content | Yes | ||
| iss_uniq_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |