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

Case insensitive check for email #46

Open davidkarlsen opened 6 years ago

davidkarlsen commented 6 years ago

It seems the bot is not able to recognize my id when attempting actions like watch. I noticed that the email address in slack is lowercase, while it is mixed case in jira - it would be nice if the matching was case-insensitive.

davidkarlsen commented 6 years ago

@ndaversa WDYT?

davidkarlsen commented 6 years ago

@ndaversa ping?