Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 471 Bytes

Install

  $ git clone https://github.com/douglasmiller/node-jira-template.git
  $ cd node-jira-template
  $ npm install
  $ cp config.example.js config.js
  $ node app

Usage

The UI is accessible at http://localhost:3000/pitt

Templates are found by looking for any project with a key starting with TMPL.

After selecting a template and a destination project, this application will copy all issues and any internal issue links to the destination project.