jira-issuesxl
v1.0.2
Published
List all issues in a Jira project
Downloads
3
Readme
jira-issuesXL
get all issues from a given JIRA project and store the list of issues in a Excel file file name : List-Issues.xlsx
writen in Javascript
works with node.js and javascript
installation
npm and node.js must be installed
. package jira-issuesxl is available on npm.
To install it, type:
. $ npm install -- jira-issuesxl
How to use it
in your code insert the instruction :
var jiraissuesxl = require("jira-issuesxl")
Test :
- supose we use the script : test1.js
- file test1.js contain : var jiragetissuespj = require("jira-get-issuespj")
excution :
start the script :
- node test1.js
What is displayed on the console :
- enter url of server ?
- enter project name ?
- enter username ?
- enter password ?
- display of results on console ................ 8 ( json data : list of users in json format) ..........
issues are writen in the file: List-Issues.Excel