jira-list-group-users

Get (list) all users from a given JIRA group

Usage no npm install needed!

<script type="module">
  import jiraListGroupUsers from 'https://cdn.skypack.dev/jira-list-group-users';
</script>

README

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