ndaversa / hubot-jira-bot

Lets you search for JIRA tickets, open them, transition them thru different states, comment on them, rank them up or down, start or stop watching them or change who is assigned to a ticket. Also, notifications for assignments, mentions and watched tickets.
https://www.npmjs.com/package/hubot-jira-bot
MIT License
61 stars 43 forks source link

Use api to get project, type, and transition data #19

Closed rswhiting closed 8 years ago

rswhiting commented 8 years ago

Hard-coding project data into an environment variable is not a flexible way to store an agile company's project descriptions. Instead, use the jira rest api at startup to scrape the needed data.