Set of Jira pickers for Vue po

vue-aui-jira-extras

This library is still in progress.

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);

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。