Skip to content

Releases: MrRefactoring/jira.js

v4.0.0

17 May 12:53
4220e51
Compare
Choose a tag to compare

4.0.0

Breaking changes

  • The new error handling mechanism may affect your library usage.

v3.0.1

11 Nov 20:19
Compare
Choose a tag to compare

Dependencies upgraded

v3.0.0

15 Oct 21:03
7d8bffb
Compare
Choose a tag to compare

Breaking Changes:

  • Avatar Endpoints Updates:

    • Methods avatar.getAvatarImageByID, getAvatarImageByType, and getAvatarImageByOwner have an updated return type. Avatars will now be returned as binary data.
    • storeAvatar endpoint has been fixed. It now both accepts and sends the avatar property.
  • Authentication Changes:

    • Removed OAuth and JWT authentication. This might be reintroduced with proper testing support in the future.
  • API Clean-Up:

    • Deprecated and unused components from Agile, ServiceDesk, Version2, and Version3 APIs have been removed.

Enhancements:

  • Improved browser capability.
  • Enhanced parameter typings.

v2.19.1

04 Jul 05:10
Compare
Choose a tag to compare
  • setIssueProperty method in IssueProperties API fixed. propertyValue parameter added.
  • logo fixed

v2.19.0

05 Jun 12:47
972c4ca
Compare
Choose a tag to compare
  • Version 2, Version 3:
    • jqlFunctionsApps API added.
    • A lot of changes in Models.
    • A log of new API added.

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