Releases: MrRefactoring/jira.js
Releases · MrRefactoring/jira.js
v2.15.11
- All properties in
PageOfWorklogsare marked as required. - Examples improved.
v2.15.10
newErrorHandlingconsole message removed.exampleadded.- Improved example in the
README. - Throwing error if
hosthas incorrect URL format. Thanks to Isuru Uthpala Priyaranjana for reporting the enhancement. - Types improvements.
v2.15.9
- JSDoc improvements
- Version 2, 3:
setDefaultPrioritymethod added toIssuePrioritiesAPI.
v2.15.8
- JSDoc improvements.
- Version 2, 3:
getTrashedFieldsPaginatedmethod added toIssueFieldsAPI.statusCategoryproperty added tosearchmethod inStatusAPI.
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
accountIdserialization fixed inbulkGetUsersinUsersAPI fixed. Thanks Brian Chan for the report.
- #219
v2.15.2
isAxiosError detecting mechanism improved. Thanks Stephane Moser for the report.