Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Products
  • Jira
  • Questions
  • We are planning on adding users - mass addition of users to jira - Is there a perl script that i can use to add the users to Jira after validating whether they are available or not - please let me know

We are planning on adding users - mass addition of users to jira - Is there a perl script that i can use to add the users to Jira after validating whether they are available or not - please let me know

saravanan subramanian
Contributor
July 19, 2012

We are planning on adding users - mass addition of users to jira - Is there a perl script that i can use to add the users to Jira after validating whether they are available or not - please let me know

1 answer

1 vote
Andy Brook [Plugin People]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 19, 2012

You can get the information needed through Bobs CLI : https://bobswift.atlassian.net/wiki/display/JCLI/JIRA+Command+Line+Interface

Exists check:

jira --action getUser --userId "testuser3"

Create:

jira --action addUser --userId "testuser2" --userEmail "testuser1@x.com"

Pick a scripting language, even Perl, and process the outcomes of the check, eg adding 001, 002 to the userid perhaps.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events