The linear integration is currently ‘Experimental’. Want to see changes to it. Reach out to us at founders@trainy.ai or file an issue at our Github repo.
Setup
Install the Pluto App into your Linear workspace by visiting.
Tagging Runs to Linear Issues
Issues are associated with issues via tags and follow the naming conventionlinear:<LINEAR-ISSUE-ID> . There are two ways to set tags to link runs to Linear:
- the pluto webUI
- the
plutopython API
WebUI tags
In the run comparison section, click on the tag editor. If you typelinear in the search bar, a dropdown will appear showing the list of linear issues found in your project. Click on the issue you want to

Pluto Python API
Tags can be set when callingpluto.init
Useful Links
Pluto -> Linear
Tags containinglinear:<LINEAR_ISSUE_ID> will automatically render in purple as a hyperlink to:

Linear -> Pluto
When creating/deleting tags to Linear issues, Pluto will create/update a comment within the Linear issue with a table containing all runs that reference the Linear issue as well as a convenience link for viewing the run comparison view with all the runs in the table already selected below.