jira-get-issuespj

get all issues from a given JIRA project

Usage no npm install needed!

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

README

jira-get-issuespj

get all issues from a given JIRA project and store the list of issues in a file file name : List-Issues.json

writen in Javascript

works with node.js and javascript

installation

npm and node.js must be installed

. package jira-get-issuespj is available on npm.

To install it, type:

. $ npm install -- jira-get-issuespj

How to use it

in your code insert the instruction :

var jiragetissuespj = require("jira-get-issuespj")

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.json