This Linear & Figma integration is the ultimate solution to streamline your design workflow. With this powerful integration, you can easily create issues directly from your Figma designs and import existing ones. This saves you valuable time and effort, allowing you to focus on what really matters - creating exceptional designs. Plus, collaboration has never been easier. You can seamlessly work with your team to ensure everyone is on the same page and your projects stay organized. Experience the benefits of a truly integrated design experience and take your collaboration to the next level.
Figma Widget Link: https://www.figma.com/community/widget/1225499170325764543
- Linear Oauth
- Import Linear Issues
- Create Linear Issues
- Render linear issue as rich text in Figma
yarn
yarn dev
- In Figma:
Import widget from manifest...
To use the widget you will need a valid linear API token. You can get this by generating a developer token in the Linear app settings, and then in the Figma console paste in figma.clientStorage.setAsync('figma-file-id', <LINEAR_API_TOKEN>)
. If you want to use the Oauth flow:
- Update
.env
Linear credentials against your own linear app cd server-src
yarn dev
- run ngrok against the local server
- You will need to add the ngrok ip address to Linear as a callback URL
<NGROCK_URL/oauth/callback>
- in
server/main.ts
add your ngrok domain to theVALID_OAUTH_ORIGINS
array - Restart the development server
Linear uses Prosemirror to generate rich text. The widget consumes the prosemirror rich text format and renders it in Figma. There are a few content types that aren't properly supported such as videos and code blocks, due to limitations in Figma. Also when you create tickets, rich text is not saved in linear at the moment.