comment_on_issue
Add comments to Gitopia issues to communicate findings, ask questions, or provide status updates. Signs and broadcasts transactions on-chain for decentralized collaboration.
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
TableJSON 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 |