https://github.com/mnoorenberghe/bugzilla-sheets
Google Apps Script add-on that fetches data from a Bugzilla installation to populate columns
https://github.com/mnoorenberghe/bugzilla-sheets
bug-tracker bugzilla gsuite sheets spreadsheet
Last synced: 2 days ago
JSON representation
Google Apps Script add-on that fetches data from a Bugzilla installation to populate columns
- Host: GitHub
- URL: https://github.com/mnoorenberghe/bugzilla-sheets
- Owner: mnoorenberghe
- Created: 2015-11-10T03:57:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T13:42:17.000Z (over 1 year ago)
- Last Synced: 2025-05-08T04:52:19.349Z (2 days ago)
- Topics: bug-tracker, bugzilla, gsuite, sheets, spreadsheet
- Language: JavaScript
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bugzilla add-on for Google Sheets
Google Apps Script add-on that fetches data from a Bugzilla installation to populate columns.Install from https://chrome.google.com/webstore/detail/bugzilla/eapdbacofopbmmbpmcclpnncelfgkefe
Develop using [clasp](https://github.com/google/clasp).
## Development ##
### Publishing a new version ###
1. Open the script editor with `clasp open`.
1. Create a new version in the script editor with File > Manage Versions…
1. Publish new version at https://console.cloud.google.com/apis/api/appsmarket-component.googleapis.com/googleapps_sdk?project=project-id-iyovgkkykvavjwbheov using the new version number from above.
1. In the script editor, Publish > Deploy as add-on… and then choose the updated version and submit for review.