Skip to content

Releases: MrRefactoring/jira.js

v2.18.0

13 Apr 09:54
Compare
Choose a tag to compare
  • Agile
    • Fields model added for Issue Model.
  • Version 3:
    • Support simple string body (comment) was added to addComment method of issueComments API. Thanks to Michael "Mike" Ferris for releasing feature.
  • Version 2, Version 3:
    • putAddonProperty method fixed. Now you can provide property for set.

v2.17.0

26 Mar 20:38
5d9a19b
Compare
Choose a tag to compare
  • JSDoc improvements
  • Version 2, Version 3:
    • Component interface renamed to ProjectComponent.
    • caseInsensitive property added to findGroups method of groups API.
    • expand property added to getTrashedFieldsPaginated method of issueFields API.
    • createNotificationScheme, getNotificationSchemeToProjectMappings, updateNotificationScheme, addNotifications, deleteNotificationScheme, removeNotificationFromNotificationScheme methods added to issueNotificationSchemes API.
    • getPrecomputations, updatePrecomputations methods added to jql API.
    • licenseMetrics API added.
    • ProjectFeatures interface renamed to ContainerForProjectFeatures.

v2.16.1

05 Mar 19:30
Compare
Choose a tag to compare
  • Agile
    • Projects API was deprecated.
    • type, filterId properties changed from optional to mandatory in CreateBoard parameters interface.
    • operationType property added to storeDevelopmentInformation method in DevelopmentInformation API.
    • SecurityInformation API added.
    • #250 excludeAccountIds parameter fixed for findUsersForPicker method, UserSearch API. Thanks to Rafael Dohms for reporting the issue.

v2.16.0

08 Jan 22:30
220892b
Compare
Choose a tag to compare

Short parameters were added for applicable methods.

v2.15.17

03 Jan 22:29
Compare
Choose a tag to compare
  • Badge fix
  • Dependencies updated

v2.15.16

27 Dec 08:44
a6d96db
Compare
Choose a tag to compare
  • Version 2, 3:
    • propertyValue added to setUserProperty method of UserProperties API. Thanks to lihongyin for issue report.

v2.15.15

15 Dec 07:22
379e876
Compare
Choose a tag to compare
  • Version 2, 3:
    • id, projectId, onlyDefault properties added to getNotificationSchemes method of IssueNotificationSchemes API.
    • replaceWith property added to deletePriority method of IssuePriorities API.

v2.15.14

27 Oct 07:13
Compare
Choose a tag to compare
  • Version 2, 3:

v2.15.13

25 Oct 12:29
Compare
Choose a tag to compare
  • Version 2, 3:
    • getResolutions in IssueResolution was deprecated.
    • getResolution in IssueResolution was deprecated.
    • createResolution method added to IssueResolution.
    • setDefaultResolution method added to IssueResolution.
    • moveResolutions method added to IssueResolution.
    • searchResolutions method added to IssueResolution.
    • updateResolution method added to IssueResolution.
    • deleteResolution method added to IssueResolution.

v2.15.12

24 Oct 15:10
17e1f44
Compare
Choose a tag to compare
  • Version 2, 3:
    • accessType and applicationKey properties added to bulkGetGroups method Groups API.
    • movePriorities and deletePriority methods added to IssuePriorities API.
    • Models updated