The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Importing users to JIRA via JSON

Rog
Contributor
July 18, 2013

I'm trying to use JSON to import Users, I'm doing OK but cannot get the password to work

{
"users": [
{
"name": "alice",
"fullname": "Alice Foo"
, "email": "Alice.foo@sungard.com", "password": "password" }
]}

Which works fine (I'm using the system, external system import, import from json beta), but I log out and try to login as alice and it doesn't let me login, I tried putting "confirm" : "password" in too but it didn't like the field, help please?

Thx

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Pawel Niewiadomski
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 Champions.
July 18, 2013

Setting up passwords using JSON importer is not supported. Currently none of the importers imports passwords.

You need to use a different mechanism for setting the password, I think you can use JIRA command line tools for that, or just ask users to use password recovery from Log in page.

Rog
Contributor
July 18, 2013

Thanks Pawel <damn> :-)