Skip to content

guihen01/npm-jira-get-issuespj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

jira-get-issuespj

get all issues from a given JIRA project

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 comsole ................ 8 ( json data : list of users in json format) ..........

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published