Skip to main content
Module

x/jira/CHANGELOG.md

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
File

Jira.js changelog

2.0.1

  • Types bug fixes

2.0.0

  • One client divided to three: Agile, Version2, Version3
  • Improved type system
  • A redesigned facade and internal structure of the project
  • Added telemetry

Previous major version:

1.8.0

  • Authentication: Added OAuth 1.0 authentication method
  • CI: Migrated from Travis CI to Github CI

1.7.3

  • DEPENDENCIES: atlassian-jwt installed from npm instead git
  • DEPENDENCIES: Updated dependencies versions
  • README: Contributors section added, small redesign

1.7.2

  • FIX: console.log removed

1.7.1

  • FIX: Headers fixes

1.7.0

  • IMPROVEMENT: Readme examples updated

  • IMPROVEMENT: Config typings refactored
  • DEPRECATION: Property timeout deprecated in Config

  • FEATURE: Property middlewares added to Config

  • FEATURE: Property baseRequestConfig added to Config

  • FEATURE: Method getOptionsForContext added to IssueCustomFieldOptions Jira documentation
  • FEATURE: Method deleteCustomFieldOption added to IssueCustomFieldOptions Jira documentation


  • FEATURE: Method assignWorkflowSchemeToProject added to WorkflowSchemeProjectAssociations Jira documentation


  • FEATURE: Added models for new endpoints

1.6.2

  • FIX: Sprints added to client
  • IMPROVEMENT: Dependencies updated

1.6.1

  • FIX: Added the ability to use the library without authorization #75

1.6.0

  • FEATURE: New API IssueTypeScreenSchemes added
  • FEATURE: New API ProjectEmail added

  • FEATURE: Method bulkGetGroups added to Groups
  • FEATURE: Method restoreDeletedProject added to Projects
  • FEATURE: Method createIssueTypeScheme added to IssueTypeSchemes
  • FEATURE: Method deleteIssueTypeScheme added to IssueTypeSchemes
  • FEATURE: Method updateIssueTypeScheme added to IssueTypeSchemes
  • FEATURE: Method addIssueTypesToIssueTypeScheme added to IssueTypeSchemes
  • FEATURE: Method deleteIssueTypeFromIssueTypeScheme added to IssueTypeSchemes

  • FEATURE: Property id added to IssueFieldConfigurations.getAllFieldConfigurations
  • FEATURE: Property sortByOpsBarAndStatus added to Issues.getTransitions
  • FEATURE: Property accountId added to Permissions.getBulkPermissions

  • DEPRECATION: Method getIssueTypeScreenSchemes are deprecated in Screens
  • DEPRECATION: Method getIssueTypeScreenSchemeItems are deprecated in Screens
  • DEPRECATION: Method getIssueTypeScreenSchemesForProjects are deprecated in Screens

1.5.0

  • FEATURE: Method getAllFieldConfigurationSchemes added to IssueFieldConfigurations
  • FEATURE: Method getFieldConfigurationSchemesForProjects added to IssueFieldConfigurations
  • FEATURE: Property fieldConfigurationSchemeId added to issueFieldConfigurations.getFieldConfigurationIssueTypeItems
  • FEATURE: Method getIssueSecurityLevelMembers added to IssueSecurityLevel
  • FEATURE: Issue type schemes API added
  • FEATURE: Method getLicensedProjectTypes added to ProjectTypes
  • FEATURE: Method deleteProjectAsynchronously added to Projects
  • FEATURE: Method getIssueTypeScreenSchemes added to Screens
  • FEATURE: Method getAllScreenSchemes renamed to getScreenSchemes
  • DEPRECATION: getAllScreenSchemes are deprecated (Renamed to getScreenSchemes)

1.4.0

  • FEATURE: Now requests where there are no required parameters do not have to pass an empty object to make a request
  • FEATURE: dashboards.createDashboard was added
  • FEATURE: dashboards.updateDashboard was added
  • FEATURE: dashboards.deleteDashboard was added
  • FEATURE: dashboards.copyDashboard was added
  • FEATURE: screens.getIssueTypeScreenSchemesForProjects was added
  • FEATURE: issueFieldConfigurations.getAllFieldConfiguration was added
  • FEATURE: issueFieldConfigurations.getFieldConfigurationItems was added
  • FEATURE: issueFieldConfigurations.getFieldConfigurationIssueTypeItems was added
  • FEATURE: In issues.getTransitions was added includeUnavailableTransitions property
  • DEPRECATION: issueFields.getFieldConfigurationItems are deprecated (Removed from official API, use issueFieldConfigurations.getFieldConfigurationItems). Will be removed in next major version

1.3.0

  • FEATURE: jiraExpressions.analyseJiraExpression was added
  • FEATURE: screens.getIssueTypeScreenSchemeItems was added
  • FEATURE: In projects.getProjectsPaginated was added status property
  • FEATURE: In projects.deleteProject was added enableUndo property
  • DEPRECATION: timeTracking.disableTimeTracking are deprecated (Removed from official API). Will be removed in next major version

1.2.0

  • FEATURE: issueFields.getAllFieldConfigurations added as experimental
  • FEATURE: issueFields.getFieldConfigurationItems added as experimental
  • IMPROVEMENT: dependencies update

1.1.1

  • FIX: strictGDPR feature fixed
  • FIX: Cannot read property 'Authorization' of undefined fixed

1.1.0

  • FEATURE: strictGDPR property added to Config. Allows use only GDPR-compliant functionality
  • FEATURE: users.getAllUsersDefault added
  • FEATURE: issueCustomFieldOptions.updateCustomFieldOptions added as experimental
  • DEPRECATION: projectRoleActors.getActorsCountForProjectRole are deprecated (Removed from official API). Will be removed in next major version

1.0.3

  • DEPRECATION: permissionsSchemes and issueAttachment are deprecated
  • IMPROVEMENT: agile api typings improved
  • IMPROVEMENT: dependencies update
  • FIX: Authorization parameter excluded for agile API in the request body

1.0.2

  • FIX: JWT Authentication default expire time added
  • IMPROVEMENT: modified atlassian-jwt (removed lodash from dependencies, bundle size decreased)
  • IMPROVEMENT: small tests for authentication added

1.0.1

  • FIX: documentation link fixed

1.0.0

  • RELEASE