Releases: MrRefactoring/jira.js
Releases · MrRefactoring/jira.js
v2.16.1
- Agile
Projects
API was deprecated.type
,filterId
properties changed from optional to mandatory inCreateBoard
parameters interface.operationType
property added tostoreDevelopmentInformation
method inDevelopmentInformation
API.SecurityInformation
API added.- #250
excludeAccountIds
parameter fixed forfindUsersForPicker
method,UserSearch
API. Thanks to Rafael Dohms for reporting the issue.
v2.16.0
Short parameters were added for applicable methods.
v2.15.17
- Badge fix
- Dependencies updated
v2.15.16
v2.15.15
- Version 2, 3:
id
,projectId
,onlyDefault
properties added togetNotificationSchemes
method ofIssueNotificationSchemes
API.replaceWith
property added todeletePriority
method ofIssuePriorities
API.
v2.15.14
- Version 2, 3:
- #240 Fixed ignored body in
setDashboardItemProperty
. Thanks to Jocelyn Bouchard for the fix.
- #240 Fixed ignored body in
v2.15.13
- Version 2, 3:
getResolutions
inIssueResolution
was deprecated.getResolution
inIssueResolution
was deprecated.createResolution
method added toIssueResolution
.setDefaultResolution
method added toIssueResolution
.moveResolutions
method added toIssueResolution
.searchResolutions
method added toIssueResolution
.updateResolution
method added toIssueResolution
.deleteResolution
method added toIssueResolution
.
v2.15.12
- Version 2, 3:
accessType
andapplicationKey
properties added tobulkGetGroups
methodGroups
API.movePriorities
anddeletePriority
methods added toIssuePriorities
API.- Models updated
v2.15.11
- All properties in
PageOfWorklogs
are marked as required. - Examples improved.
v2.15.10
newErrorHandling
console message removed.example
added.- Improved example in the
README
. - Throwing error if
host
has incorrect URL format. Thanks to Isuru Uthpala Priyaranjana for reporting the enhancement. - Types improvements.