Reference
Remy Reference/admin/File an issue
?

File an issue

File a new issue (bug, idea, or task), authored as the agent.
admin.issues.create({ title: "Checkout 500s on empty cart", kind: "bug" })

File a new issue. Issues filed through this SDK are authored as the agent. A supplied source dedupes to the existing issue instead of creating a duplicate.

Parameters
title
string
RequiredIssue title.
--body
string
Issue body in markdown; `--body -` reads stdin.
--kind
string
Issue kind (default bug).
bugideatask
CLI
remy-admin issues create "Checkout 500s on empty cart" --kind bug