1.0.2 • Published 3 years ago

jira-issuesxl v1.0.2

Weekly downloads
-
License
GPL-2.0
Repository
github
Last release
3 years ago

jira-issuesXL

Build status

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

What is displayed

alt text

Excel file

alt text

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago