Auto-generate JIRA Users

Natalie Wenz May 1, 2014

I want to create multiple users at the same time but I haven't found a good workaround yet. I looked for a bulk operation but I think this feature does not exist? Another way I tried to add user is with CLI and the action addUserWithFile. Can someone give me a hint how to structure my csv file when I only want to add new users with email adress and passwort?

Thanks in advance,

Natalie

1 answer

0 votes
Boris Georgiev _Appfire_
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.
May 2, 2014

The JIRA cli has a sample file inside the zip https://bobswift.atlassian.net/wiki/download/attachments/16285777/jira-cli-3.9.0-SNAPSHOT-distribution.zip?version=13&modificationDate=1398916532417&api=v2

user1,          , email1@x.com
user2, password2, email2@x.com, Full User Name 2
user3,          , email3@x.com, Full User Name 3, group1
user4,          , email4@x.com,                 , group1, group2

Suggest an answer

Log in or Sign up to answer