jira-node / node-jira-client

A Node.js wrapper for the Jira REST API
https://jira-node.github.io/
MIT License
450 stars 169 forks source link

updateAssignee uses deprecated format #281

Closed kentora closed 4 years ago

kentora commented 4 years ago

updateAssignee uses the format { name: assigneeName }, but using name is deprecated. Instead the userId should be used. Jira doc