This is an example script for importing features with their custom fields from Productboard to Google sheets document. It is meant to showcase usage of Productboard public API.
- Install clasp
git clone https://github.com/productboard/pb-google-sheets-import
clasp login
clasp create --type sheets
- note the created document linkclasp push
clasp deploy
- Open the document created in step 4.
- Wait for
Productboard
submenu to appear in the top menu. - Select
Productboard -> Import features
, authorize, add Productboard public API token and hitOk
For more information on development of Google AppScripts locally read clasp documentation.