1.0.1 • Published 3 years ago

jira-get-groups v1.0.1

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

jira-Get-Groups Build status

get a list of all Jira groups from a given JIRA server

writen in Javascript

works with node.js and javascript

installation

npm and node.js must be installed

. package jira-Get-Groups is available on npm.

To install it, type:

. $ npm install -- jira-Get-Groups

How to use it

in your code insert the instruction :

var jiraGetGroups = require("jira-Get-Groups")

Test :

  • supose we use the script : test1.js
  • file test1.js contains : var jiraGetGroups = require("jira-Get-Groups")

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

3 years ago

1.0.0

3 years ago