jira-issuesxl

List all issues in a Jira project

Usage no npm install needed!

<script type="module">
  import jiraIssuesxl from 'https://cdn.skypack.dev/jira-issuesxl';
</script>

README

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