I would like to create customer accounts for a large number of customers. I know that I can do that by entering their emails into the add customer area, however, I would like their user name to be in the form [firstName] [LastName], rather than their email address or a random mix of letters and numbers. I can go in one at a time and edit them, but I would like to find a way to either create the customer accounts with the username and email address from a csv file or at least be able to manually update the database with the usernames. Can that be done?
This is still an open feature request for JSD but there are some useful workarounds discussed on the issue itself. Take a look at https://jira.atlassian.com/browse/JSDSERVER-1829
Hi,
Your challenge looks like it can be solved by various forms of scripting. I would start out by looking at ScriptRunner if you want to do it inside of Jira, or check out the Rest API if you want to use other means to automate your task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.