Actions
Create Issue
Creates an issue.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Assignee ID | - |
| Description | - |
| Priority | A numeric value that represents the priority of the created issue. The possible values are 0-4. |
| Team ID | - |
| Title | - |
{
"data": {
"issueCreate": {
"success": true,
"issue": {
"id": "532c411e-b9fd-4d2d-b0c9-aafea1efa506",
"title": "example"
}
}
}
}
Was this page helpful?