Releases: MrRefactoring/jira.js
Releases · MrRefactoring/jira.js
v2.18.0
- Agile
Fields
model added forIssue
Model.
- Version 3:
- Support simple string body (comment) was added to
addComment
method ofissueComments
API. Thanks to Michael "Mike" Ferris for releasing feature.
- Support simple string body (comment) was added to
- Version 2, Version 3:
putAddonProperty
method fixed. Now you can provide property for set.
v2.17.0
- JSDoc improvements
- Version 2, Version 3:
Component
interface renamed toProjectComponent
.caseInsensitive
property added tofindGroups
method ofgroups
API.expand
property added togetTrashedFieldsPaginated
method ofissueFields
API.createNotificationScheme
,getNotificationSchemeToProjectMappings
,updateNotificationScheme
,addNotifications
,deleteNotificationScheme
,removeNotificationFromNotificationScheme
methods added toissueNotificationSchemes
API.getPrecomputations
,updatePrecomputations
methods added tojql
API.licenseMetrics
API added.ProjectFeatures
interface renamed toContainerForProjectFeatures
.
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