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

vue-aui-jira-extras

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-aui-jira-extras

vue-aui companion library with Jira related components.

  • 0.6.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
170
increased by45.3%
Maintainers
3
Weekly downloads
 
Created
Source

vue-aui-jira-extras

This library is still in progress.

npm version

vue-aui-jira-extras is an addition to vue-aui. It implements various Jira pickers using UI components from vue-aui library.

Features:

  • Supports Jira Server and Cloud out of the box (automatic detection)
  • No manual data feeding - components fetch needed data
  • API autocompletion provided by Typescript typings

Implemented pickers

  • Project picker (va-project-picker)
  • User picker (va-user-picker)
  • Issue type picker (va-issue-type-picker)
  • Group picker (va-group-picker)
  • Issue picker

Installation

npm install vue-aui-jira-extras --save-dev

After that add this to install library

import VueAuiJira from 'vue-aui-jira-extras'

Vue.use(VueAuiJira);

Installation registers components and Jira API object globally. Jira version (Cloud or Server) will be detected automatically and proper API will be used.

Use components

<va-user-picker multiple v-model="participants"/>

Yes, that's it.

Use Jira API

this.$jira.getProject(projectId);

Keywords

FAQs

Package last updated on 02 Dec 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