Releases: MrRefactoring/jira.js
Releases · MrRefactoring/jira.js
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.
v2.15.9
- JSDoc improvements
- Version 2, 3:
setDefaultPriority
method added toIssuePriorities
API.
v2.15.8
- JSDoc improvements.
- Version 2, 3:
getTrashedFieldsPaginated
method added toIssueFields
API.statusCategory
property added tosearch
method inStatus
API.
v2.15.7
Version 2, 3: Added additional properties for IssueComments.updateComment
method. Thanks to chandler05 for reporting the issue.
v2.15.6
v2.15.5
v2.15.4
v2.15.3
- Version 2, 3:
- #219
accountId
serialization fixed inbulkGetUsers
inUsers
API fixed. Thanks Brian Chan for the report.
- #219
v2.15.2
isAxiosError
detecting mechanism improved. Thanks Stephane Moser for the report.