twsswt / bug_buddy_jira_plugin

A plugin for JIRA that recommends other members of a team who may be able to help resolve an issue.
0 stars 0 forks source link

Deal with cases where an error is returned when sending to JIRA #103

Closed stephen-brown-socs closed 6 years ago

stephen-brown-socs commented 6 years ago

Basically receiving this error {"errorMessages":[],"errors":{"assignee":"User 'sdwilsh@forerunnerdesigns.' does not exist."}}

breaks the whole sending process

stephen-brown-socs commented 6 years ago

It looks like the issue is when sending the user -> {"errorMessages":[],"errors":{"email":"You must specify a valid email address."}}