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

ability to customize fields returned from jira api #24

Closed jfreedman closed 7 years ago

jfreedman commented 7 years ago

if ticket information is used outside of library, other jira fields may need to be returned. This allows fields to be configured via env variable

ndaversa commented 7 years ago

@jfreedman thank you for this