Skip to content

Releases: MrRefactoring/jira.js

v2.14.0

13 May 08:30
39ca5a3
Compare
Choose a tag to compare
  • README: Fast jump to basic authentication topic fixed.
  • Version 2 and Version 3:
    • fixVersion type definition fixed (Issue.Fields model). Thanks to Eloy Lafuente for reporting the issue.
    • AnnouncementBanner API added.
    • Status API added.
    • groupId property added to getDashboardsPaginated method in Dashboard API.
    • groupId property added to addActorUsers, deleteActor, addProjectRoleActorsToRole, deleteProjectRoleActorsFromRole methods in ProjectRoleActors API.

v2.13.0

25 Apr 18:42
a6d7676
Compare
Choose a tag to compare
  • Service Desk:
    • getAttachmentContent method added to Request Service Desk API.
    • getAttachmentThumbnail method added to Request Service Desk API.
  • Version 2, Version 3:
    • IssueAdjustmentsApps API added.
    • groupId property added to getFiltersPaginated method in Filters API.
    • groupId property added to addSharePermission method in FilterSharing API.

v2.12.0

28 Mar 12:04
429a6eb
Compare
Choose a tag to compare
  • New error handling feature added.
  • Readme improved.
  • JSDoc improvements.
  • Agile:
    • createdDate property added to Agile.Sprint.partiallyUpdateSprint, Agile.Sprint.updateSprint
  • Version 2, Version 3:
    • groupDetails and defaultGroupsDetails properties added to ApplicationRole model.
    • getAllAvailableDashboardGadgets method added to Dashboards.
    • status property added to getDashboardsPaginated method in Dashboards.
    • getAllGadgets method added to Dashboards.
    • addGadget method added to Dashboards.
    • updateGadget method added to Dashboard.
    • removeGadget method added to Dashboard.
    • recipient property added to EventNotification model.
    • configuration property added to FieldMetadata model.
    • overrideSharePermissions property added to createFilter method in Filters.
    • groupId property added to Group model.
    • groupId property added to GroupName model.
    • groupId property added to getGroup method in Groups.
    • groupId and swapGroupId properties added to removeGroup method in Groups.
    • groupId property added to getUsersFromGroup method in Groups.
    • groupId property added to addUserToGroup method in Groups.
    • groupId property added to removeUserFromGroup method in Groups.
    • excludeId property added to findGroups method in Groups.
    • orderBy, expand and queryString properties added to getAllIssueTypeSchemes method in IssueTypeSchemes.
    • queryString, orderBy and expand properties added to getIssueTypeScreenSchemes method in IssueTypeScreenSchemes.
    • sanitiseJqlQueries method added to JQL.
    • excludeInactiveUsers property added to getProjectRole method in ProjectRoles.
    • queryString, scope and orderBy properties added to getScreens method in Screens.
    • expand, queryString and orderBy properties added to getScreenSchemes method in ScreenSchemes.
    • identifier property added to Visibility model.
    • another small improvements.

v2.11.0

21 Feb 08:24
982076b
Compare
Choose a tag to compare
  • Personal access token authentication added. Thanks, Nizam Moidu for adding this feature!
  • Version 2:
    • notifyUsers property added to IssueComments.updateComment method.
    • setFieldConfigurationSchemeMapping method added to IssueFieldConfigurations.
    • removeIssueTypesFromGlobalFieldConfigurationScheme method added to IssueFieldConfigurations.
    • getIsWatchingIssueBulk method added to IssueWatchers.
    • queryString, orderBy, isActive properties added to Workflows.getWorkflowsPaginated method.
    • AppMigration.updateEntityPropertiesValue method parameters for sending fixed.
    • Workflows.getWorkflowsPaginated parameters serializing fixed.
  • Tests improving.
  • JSDoc improved.
  • Expand properties typings improved for few Parameters.

v2.10.4

13 Feb 21:02
Compare
Choose a tag to compare

accountId property added to IssueWatchers. Thanks Brent Van Geertruy for catching and fixing this issue!

v2.10.3

08 Feb 16:42
c30211c
Compare
Choose a tag to compare

Fixing parameters serialization for users.bulkGetUsersMigration. Thanks Maximilian Heinz for report.

v2.10.2

03 Feb 00:19
Compare
Choose a tag to compare

v2.10.1

26 Jan 20:34
Compare
Choose a tag to compare

Models export extended for Version 2 and Version 3 API

v2.10.0

05 Jan 14:02
707df15
Compare
Choose a tag to compare

v2.9.0

27 Dec 08:46
3ebad9e
Compare
Choose a tag to compare
  • Telemetry removed (deprecated).
  • JSDoc improvements.
  • Version 2 and Version 3:
    • jsdAuthorCanSeeRequest property added to IssueComments.addComment method.
    • id and fieldContextId properties added to IssueCustomFieldConfigurationApps.getCustomFieldConfiguration method.
    • updateFieldConfigurationItems, createFieldConfigurationScheme, updateFieldConfigurationScheme, deleteFieldConfigurationScheme methods added to IssueFieldConfigurations.
    • bulkSetIssuePropertiesByIssue method added to IssueProperties.
    • startedBefore property added to IssueProperties.getIssueWorklog method.
    • renderer property added to FieldConfigurationItem model.
    • editPermissions and expand properties added to FilterDetails model.
    • tabs property added to IssueTransition model.
    • emailAddressStatus property added to ProjectEmail.updateProjectEmail method.