An Alteryx Connector built with Vue.js and Vuetify
The Jira Input connector for Alteryx downloads project issues from your Jira instance REST API. This is an updated version of the original Alteryx macro in the public Alteryx Gallery.
- Pull issues from multiple projects
- Pull all available issues with single tool instance (recursive pagination)
- Enhanced field selection
- Enhanced filtering with JQL support
A compiled build can be installed with the .YXI installer here or by downloading from the Alteryx Gallery. Use the instructions below for installing from source.
C:\Users\{user}\AppData\Roaming\Alteryx\Tools
C:\Program Files\Alteryx\bin\HtmlPlugins
C:\ProgramData\Alteryx\Tools
# as of Designer 2018.1 this is the preferred global directory
cd C:\ProgramData\Alteryx\Tools
# clone
git clone https://github.com/alteryx-vue/jira-input
# cd to project
cd jira-input
npm install
You can use npm run dev
to serve the project with hot reload for testing in a browser.
limited functionality in browser - use for Vue component and/or state management debugging, etc.
Note: When using Chrome, be sure to make use of the Vue.js Devtools Extension
Webpack and such..
# build & compile
npm run build
Webpack vue-loader is used for compiling .vue
files.