Linear - Create record action

The Create record action enables you to create a new record in Linear.

Input

Input fieldDescription
ObjectSpecify the object to create a new record for. Fields load dynamically based on the object you select.

For example, if you select Issue as your object, the following input schema becomes available:

Input fieldDescription
Select fields to retrieveSelect all fields (including the nested object fields) to return in the response.
IDProvide the ID in UUID v4 format. If none is provided, the backend generates one.
TitleProvide the title of the issue.
DescriptionProvide the issue description in Markdown format.
Description dataProvide the issue description as a Prosemirror document.
Assignee IDProvide the user ID to assign to the issue.
Parent IDProvide the ID of the parent issue.
PrioritySpecify the priority of the issue.
EstimateProvide the estimated complexity of the issue.
Subscriber IDsProvide the IDs of the users subscribing to this ticket.
Label IDsProvide the IDs of the issue labels associated with this ticket.
Team IDProvide the team ID associated with the issue.
Cycle IDProvide the cycle ID that is related to the issue.
Project IDProvide the project ID that is related to the issue.
Project milestone IDProvide the project milestone that is associated with the issue.
Last applied template IDProvide the ID of the previous template applied to the issue.
State IDProvide the state ID of the issue.
Reference comment IDProvide the comment that the issue is referencing.
Source comment IDProvide a source comment ID on where the issue was created.
Source pull request comment IDProvide the pull request comment ID for the issue that was created.
Sort orderProvide the position that the issue is related to other issues.
Priority sort orderProvide the position of the issue relative to other issues when ordered by priority.
Sub issue sort orderProvide the position of the issue in the parent's sub-issue list.
Due dateProvide the date by which the issue is due.
Create as userProvider user name.
Display icon URLProvide the external user avatar URL.
Preserve sort order on createIndicate whether the passed sort order should be preserved.
Created atProvide the date when the issue was created.
SLA breaches atProvide the timestamp at which an issue will be considered in breach of the SLA.
SLA started atProvide the timestamp at which the issue's SLA was started.
Template IDProvide the ID of the template the issue should be created.
Completed atProvide the date when the issue was completed.
SLA typeProvide the SLA day count type for the issue.

Output

The output fields are determined by the object selected in the input. Map the relevant datapill from the datatree to subsequent steps.

For example, if you select Project as your object, the following output schema becomes available. Use the Select fields to retrieve input field to specify the fields (including nested object fields) to return in the response.

Output fieldDescription
Last sync IDThe ID of the last sync operation.
SuccessIndicates whether the operation was successful.

Last updated: