Releases: jira-node/node-jira-client
Releases · jira-node/node-jira-client
v6.10.0
- Adding Agile Issue API #181 (@jeffbaldwinjr)
getIssue
getIssueEstimationForBoard
estimateIssueForBoard
rankIssues
- Add Support for adding comments via comment object #189 (@cdloh)
addCommentAdvanced
- Added updatedWorklogs method for getting last upated worklogs #207 (@yarax)
updatedWorklogs
- Added contributing guide #62 (@KanoYugoro)
v6.9.0
v6.8.0
v6.7.1
v6.7.0
v6.6.0
v6.5.1
v6.5.0
- Run CI with Node 6, 8, 10, 11 (#226 1585e07)
- Update all dependencies (#233 #234 #235 #236 #237 #238 #240)
- Add badges in README.md (#239)
- Fix missing
request
dependency (#230 b992766) - Fix
addWatcher
method (#223 #188) - Add
updateComponent
method (#162) - Allow moving issues to another component in
deleteComponent
method (#162) - Add
getEpic
,partiallyUpdateEpic
,getIssuesForEpic
,moveIssuesToEpic
,rankEpics
methods (#180)