Releases: jira-node/node-jira-client
Releases · jira-node/node-jira-client
v6.16.0
- Fix filename encoding for
downloadAttachment()
#278 (@kentora)
- Add
getComments()
, getComment()
and deleteComment()
#280 (@kentora)
- Add
updateAssigneeWithId()
(preferred over updateAssignee()
) #282 (@kentora)
v6.15.0
- Add
getUser
and getUsers
methods
v6.11.0
- Add support startAt and maxResults for
getIssueWorklogs
and getIssueChangelogs
functions #261 (@netfantom-spb)