Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T01:01:56.000Z (over 1 year ago)
- Last Synced: 2023-08-02T02:28:41.225Z (over 1 year ago)
- Topics: bug-tracker, bugzilla, gsuite, sheets, spreadsheet
- Language: JavaScript
- Size: 272 KB
- Stars: 1
- Watchers: 2
- 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.