You only need to add a Public label to the Issue in Linear, and it will automatically synchronize to Open Kanban.
-
Create an issue with the name Public in Team Settings / Labels on Linear.
-
Create an API Key in My Account / API on Linear.
-
Click the button below to deploy to Vercel.
-
Add in the Settings / Environment Variables section on Vercel.
LINEAR_API_KEY: API Key created in step 2.
The Open Kanban will prioritize reading data from the cache, and will only fetch data from Linear again if the cache time exceeds 1 hour. If you want to force a refresh, you can add ?forceReloadToken=FORCE_RELOAD_TOKEN to the end of the Open Kanban URL.
You should add FORCE_RELOAD_TOKEN in the Settings / Environment Variables section on Vercel
MIT License