Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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

  • 0.5.0
  • npm
  • Socket score

Version published
Weekly downloads
89
decreased by-58.6%
Maintainers
4
Weekly downloads
 
Created
Source

0.5.0

  • Added support for the following Issue custom field contexts methods:

    • Get issue types for custom field context that can be used as Issue.Field.Custom.Context.getIssueTypes or All.getIssueCustomFieldIssueTypesForContext.
    • Get project mappings for custom field context that can be used as Issue.Field.Custom.Context.getProjectMappings or All.getIssueCustomFieldContextToProjectMappings.
    • Update custom field context that can be used as Issue.Field.Custom.Context.updateContext or All.updateIssueCustomFieldContext.
    • Add issue types to context that can be used as Issue.Field.Custom.Context.addIssueTypes or All.addIssueTypesToIssueCustomFieldContext.
    • Remove issue types from context that can be used as Issue.Field.Custom.Context.removeIssueTypes or All.removeIssueTypesFromIssueCustomFieldContext.
    • Assign custom field context to projects that can be used as Issue.Field.Custom.Context.assignToProjects or All.assignIssueCustomFieldContextToProjects.
    • Remove custom field context from projects that can be used as Issue.Field.Custom.Context.removeFromProjects or All.removeIssueCustomFieldContextFromProjects.
  • Added support for the following Issue custom field options methods:

0.4.2

  • Removed Atlassian Document Format.

0.4.0

  • Added support for the following Filter sharing methods:

    • Get default share scope that can be used as Filter.Share.getDefaultScope or All.getFiltersDefaultShareScope.
    • Set default share scope that can be used as Filter.Share.setDefaultScope or All.setFiltersDefaultShareScope.
    • Get share permissions that can be used as Filter.Share.Permission.getPermissions or All.getFiltersSharePermissions.
    • Add share permission that can be used as Filter.Share.Permission.addPermission or All.addFiltersSharePermission.
    • Get share permission that can be used as Filter.Share.Permission.getPermission or All.getFiltersSharePermission.
    • Delete share permission that can be used as Filter.Share.Permission.deletePermission or All.deleteFiltersSharePermission.

0.3.21

  • Replaced promise chaining with async/await.

0.3.20

  • Added support for the following Project properties methods:

0.3.19

  • Fixed Project.getProjects method not working when query parameter status has more than one value.

  • Added deprecated annotation to the following methods:

  • Added support for the following Issue fields methods:

    • Update custom field that can be used as Issue.Field.Custom.updateField or All.updateIssueCustomField.
  • Added support for the following Issue custom field contexts methods:

0.3.18

  • Fixed throwing UnexpectedError not getting wrapped in another UnexpectedError.

0.3.17

  • Added support for the following Screen methods:

    • Create screen that can be used as Screen.createScreen or All.createScreen.
    • Update screen that can be used as Screen.updateScreen or All.updateScreen.
    • Delete screen that can be used as Screen.deleteScreen or All.deleteScreen.

0.3.16

  • Fixed Screen.getScreens method not working when query parameter id has more than one value.
  • Fixed Issue.Field.Configuration.getConfigurations method not working when query parameter id has more than one value.
  • Fixed Filter.searchFilters method not working when query parameter id has more than one value.
  • Removed deprecated query parameter exclude from User.Search.findUsersForPicker.

0.3.15

  • Fixed Workflow.getWorkflows method not working when query parameter workflowName has more than one value.

0.3.14

  • Fixed setGlobalErrorStrategy method.

  • Added support for the following Workflows method:

  • Fixed Screen.Scheme.getSchemes method not working when query parameter id has more than one value.

0.3.13

  • Fixed bug in CF abstraction related to renaming connection property to connectionId.
  • Removed io-ts and fp-ts packages.

0.3.12

  • Added setGlobalErrorStrategy method to allow another way to set the global error strategy.
  • Renamed connection property to connectionId in raw-api and handled-api layers.
  • Removed AnyError and ValidationError from TypedPromise return signature.

0.3.11

  • Renamed abstraction layers:
    • From http-api to raw-api
    • From managed-api to handled-api

FAQs

Package last updated on 29 Mar 2021

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