Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davehunt/hubot-bugzilla
A hubot script that shows bug details from bugzilla.
https://github.com/davehunt/hubot-bugzilla
Last synced: 22 days ago
JSON representation
A hubot script that shows bug details from bugzilla.
- Host: GitHub
- URL: https://github.com/davehunt/hubot-bugzilla
- Owner: davehunt
- License: other
- Created: 2015-09-22T04:03:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T04:10:46.000Z (over 9 years ago)
- Last Synced: 2024-12-02T04:29:18.919Z (about 1 month ago)
- Language: CoffeeScript
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-bugzilla
A hubot script that shows bug details from bugzilla.
See [`src/bugzilla.coffee`](src/bugzilla.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-bugzilla --save`
Then add **hubot-bugzilla** to your `external-scripts.json`:
```json
[
"hubot-bugzilla"
]
```## Sample Interaction
```
user1>> Check out bug 689423
hubot>> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=689423 normal, NEW, Add Angry Birds to Firefox new tab page
```