Reference
Remy Reference/admin/Comment on an issue
?

Comment on an issue

Post a comment on an issue’s thread, authored as the agent.
admin.issues.comment("42", "Fixed in the latest release.")

Post a comment on an issue’s thread, authored as the agent.

Parameters
number
string
RequiredThe issue number.
body
string
RequiredThe comment body.
CLI
remy-admin issues comment 42 "Fixed in the latest release."