create_issue_by_issue_id_comment
Add a comment to an existing issue to provide updates or feedback.
Instructions
Create a comment.
POST /api/v1/issue/{issueId}/comment
Args: issue_id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| issue_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |