Create Issue
Creates an issue.
Parameters
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 | - |
Example Output
{
"data": {
"issueCreate": {
"success": true,
"issue": {
"id": "532c411e-b9fd-4d2d-b0c9-aafea1efa506",
"title": "example"
}
}
}
}
Workflow Library Example
Create Issue with Linear and Send Results Via Email
Preview this Workflow on desktop