productboard / productboard-linear-connector

A starter repository for a Linear.app/Productboard 2-way integration using APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Productboard - Linear connector

Caution: the middleware is provided as-is without technical support

Deploy

Configuration

ENV variable Value
LINEAR_API_KEY Personal API token from Linear.app
PRODUCTBOARD_API_KEY API Key from Productboard settings
LINEAR_TEAM_ID UUID of Linear.app team to create issues in. Run JSON.parse(localStorage.getItem('userSettings')).activeTeamId in Linear web console to fetch
BASE_URL URL where this integration can be found, including protocol, excluding trailing slash. e.g. https://pblinear.herokuapp.com

Todo

  • Update title and/or description in Linear if updated in PB
  • Restore Productboard connection on restoring Linear issue from Trash
  • Webhook authentication using secrets

Demo

Demo of 2-way status sync

About

A starter repository for a Linear.app/Productboard 2-way integration using APIs

License:Apache License 2.0


Languages

Language:JavaScript 99.5%Language:Shell 0.4%Language:Procfile 0.1%