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

OAuth support? #25

Closed dleblanc10 closed 7 years ago

dleblanc10 commented 7 years ago

This jira bot is excellent. We are a little concerned though about having a plain-text password as part of the setup. Was looking into Jira's OAuth setup. Seems a bit more secure (can't use OAuth token for an interactive session). Has this been considered as a new feature? I'm considering trying to get it working and send back a pull request. Looking for any gotchas if you've already tried it.

ndaversa commented 7 years ago

@dleblanc10 I haven't tried it before, so nothing to share on that front. You likely would need to build some endpoints and ship a page or two from the express server to handle the initial setup. I avoided doing it since it made it more complicated to get started.