0.6.6 • Published 2 years ago

vue-aui-jira-extras v0.6.6

Weekly downloads
487
License
MIT
Repository
github
Last release
2 years ago

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

2 years ago

0.6.5

3 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.13

6 years ago

0.4.12

6 years ago

0.4.10

6 years ago

0.4.9

6 years ago

0.4.8

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago