Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

17 lines (15 loc) · 1.06 KB

Productboard -> Google Sheets import

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.

Recording

Screen Recording 2022-05-24 at 14 51 24

How to use

  1. Install clasp
  2. git clone https://github.com/productboard/pb-google-sheets-import
  3. clasp login
  4. clasp create --type sheets - note the created document link
  5. clasp push
  6. clasp deploy
  7. Open the document created in step 4.
  8. Wait for Productboard submenu to appear in the top menu.
  9. Select Productboard -> Import features, authorize, add Productboard public API token and hit Ok

For more information on development of Google AppScripts locally read clasp documentation.