1.0.7 • Published 3 years ago

jira-list-group-users v1.0.7

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

Build status

jira-list-group-users

get all users from a given JIRA group

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-list-group-users

How to use it

in your code insert the instruction :

var jiraListGroupUsers = require("jira-list-group-users")

Test :

  • supose we use the script : test1.js
  • file test1.js contain : var jiraListGroupUsers = require("jira-list-group-users")

excution :

  • start the script :

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

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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago