Creates an issue.

Parameters

ParameterDescription
Assignee ID-
Description-
PriorityA 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