linear.createIssue creates an issue in a team. Without stateId, Linear uses the team’s default workflow state.
automations/create-linear-issue.automation.ts
teamId and a non-empty title. Optional fields are assigneeId, cycleId, Markdown description, and dueDate in YYYY-MM-DD format. You can also provide a nonnegative integer estimate, labelIds, parentId, an integer priority from 0–4 where 0 is none and 4 is low, projectId, stateId, and subscriberIds. Optional second argument { account } selects the Linear binding.
Returns the created LinearIssue. Referenced users, labels, cycle, state, parent, and project must be compatible with the selected team.