Linear - New/updated records trigger

The New/updated records trigger runs the recipe on Linear whenever a new record is created or updated, such as an issue or project.

Input

Input fieldDescription
ObjectSpecify the object to retrieve the details of a record. Fields load dynamically based on the object you select.

For example, if you select Project 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.
When first started, this recipe should pick up events fromSet the date and time for the trigger to start picking up items when the recipe runs for the first time. Defaults to 1 hour ago if left blank. You can't change this value after the recipe runs or tests successfully.

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
IDThe unique ID of the project.
TitleThe project title.
DescriptionThe project description.
Created atThe time the project was created.
Updated atThe time the project was updated.

Last updated: