#hubot-request-tracker#
This is a very young script, and probably nasty looking script. Please feel free to fork this project and contribute.
##Setup##
- Simply drop request_tracker.coffee in your hubots' scripts directory
- Set the following environmental variables:
- HUBOT_RT_URL
- HUBOT_RT_USERNAME
- HUBOT_RT_PASSWORD
##Usage##
Thus far he responds to 3 items:
hubot rturl
passes back HUBOT_RT_URLhubot rtuser
passes back HUBOT_RT_USERNAMEhubot rt[\d]
reaches out to your RT instance quering for that ticket number, returning the Subject and link to the tickethubot rtsearch [\w]
performs a search on the subject line for all new and open tickets
##Notes## This script is still very young and work in progress!