1.0.2 • Published 3 years ago

jira-get-server-info v1.0.2

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

Jira-GetServer-Info Build status

get informations from a given JIRA server

writen in Javascript

works with node.js and javascript

installation

npm and node.js must be installed

. package jira-list-group-users is available on npm.

To install it, type:

. $ npm install -- Jira-GetServer-Info

How to use it

in your code insert the instruction :

var JiraGetServerInfo = require("Jira-GetServer-Info")

Test :

  • supose we use the script : test1.js
  • file test1.js contains : var JiraGetServerInfo = require("Jira-GetServer-Info")

excution :

  • start the script :

    • node test1.js
  • What is displayed on the console :

    • enter url of server ?
    • enter username ?
    • enter password ?
    • display of results on console ................ 8 ( json data : list of users in json format) ..........

alt text

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago