jira-get-server-info

Get (list) informations on a given JIRA server

Usage no npm install needed!

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

README

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