comment_on_issue
Post a comment on a Gitopia issue to share findings, ask questions, or update progress. Signs and broadcasts an on-chain transaction using repository owner, name, issue number, and comment body.
Instructions
Use this when you need to communicate findings, ask questions, or provide status updates on an issue. Signs and broadcasts a transaction on-chain. Requires 'owner', 'name', 'issue_iid', and 'body'. See also: get_issue, update_issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (username or DAO name) | |
| name | Yes | Repository name | |
| issue_iid | Yes | Issue number (IID) | |
| body | Yes | Comment body text |