Socket
Socket
Sign inDemoInstall

@avst-api/jira-cloud-v3

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avst-api/jira-cloud-v3

Adaptavist Managed API for Jira Cloud


Version published
Weekly downloads
146
decreased by-9.88%
Maintainers
4
Weekly downloads
 
Created
Source

0.3.1

  • Custom field reader (special abstraction for reading custom fields) now throws CustomFieldNotFound error when trying to read a custom field value with a name or ID that is not configured in Jira. If the value is not set for the issue then undefined is still returned.

  • Fixed a bug where on Fluent API layer getIssue<TYPE> function's optional type parameter overwrote default return type. Now it returns poperly the union of the original and optionally specified type.

  • Fixed a bug where methods that had request parameters that required only ampersand-separated list did not work with lists with more than 1 items.

  • Added support for the following methods in Project configuration API:

  • Added type for Atlassian Document Format and corrections for definitions that use ADF as a type. Also added ADF type to Issue fields, to Issue builder and to Custom field reader.

  • Renamed Project.IssueType.getTypeHierarchy to Project.IssueType.getHierarchy.

  • Renamed Issue.Field.getOptions to Issue.Field.Custom.Option.getOptions and All.getIssueFieldOptions to All.getIssueCustomFieldOptions.

  • Added X-Atlassian-Token: no-check header to outgoing requests.

  • Exposed reporter property when creating issues for use cases regarding requests made with a connect app with the impersonation scope.

  • Added support for the following Dashboard methods:

    • Get all dashboards that can be used as Dashboard.getDashboards or All.getDashboards.
    • Create dashboard that can be used as Dashboard.createDashboard or All.createDashboard.
    • Search for dashboards that can be used as Dashboard.searchDashboards or All.searchDashboards.
    • Get dashboard that can be used as Dashboard.getDashboard or All.getDashboard.
    • Update dashboard that can be used as Dashboard.updateDashboard or All.updateDashboard.
    • Delete dashboard that can be used as Dashboard.deleteDashboard or All.deleteDashboard.
    • Copy dashboard that can be used as Dashboard.copyDashboard or All.copyDashboard.
  • Added support for the following Screens methods:

  • Added support for the following Project Categories methods:

  • Added support for the following Workflow Schemes methods:

  • Added support for the following Permissions Schemes methods:

FAQs

Package last updated on 22 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc