Skip to content

A JIRA input connector developed using Vue.js, Vuetify and the Alteryx HTML/JS SDK

License

Notifications You must be signed in to change notification settings

alteryx-vue/jira-input

Repository files navigation

Build Status Software License

An Alteryx Connector built with Vue.js and Vuetify

(PRE-RELEASE, UNDER CONSTRUCTION)

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.

New Features

  • Pull issues from multiple projects
  • Pull all available issues with single tool instance (recursive pagination)
  • Enhanced field selection
  • Enhanced filtering with JQL support

Requirements

Installation

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.

Alteryx will typically install tools in one of the following locations...

C:\Users\{user}\AppData\Roaming\Alteryx\Tools
C:\Program Files\Alteryx\bin\HtmlPlugins
C:\ProgramData\Alteryx\Tools

Choose a location, clone and cd to project

# 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

Build Setup & Testing

install dependencies

npm install

Dev Environment Testing

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

Build Production

Webpack and such..

# build & compile
npm run build

Webpack vue-loader is used for compiling .vue files.

About

A JIRA input connector developed using Vue.js, Vuetify and the Alteryx HTML/JS SDK

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published