Issue Details (XML | Word | Printable)

Key: JRA-6815
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Mark Chaimungkalanont [Atlassian]
Reporter: Mark Chaimungkalanont [Atlassian]
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
JIRA

Importing users through CSV only map names as firstnamelastname

Created: 29/May/05 08:33 PM   Updated: 31/Jan/08 11:23 PM
Component/s: Import / Export
Affects Version/s: 3.2
Fix Version/s: 3.3 Beta1

Time Tracking:
Not Specified

File Attachments: 1. Java Archive File csvuserimport.jar (2 kB)

Issue Links:
Reference
 

Participants: Mark Chaimungkalanont [Atlassian]
Since last comment: 3 years, 26 weeks, 4 days ago
Resolution Date: 01/Jun/05 09:36 PM
Labels:


 Description  « Hide
Importing users through CSV map names as firstnamelastname

We should allow for other common formats like first letter of first name + last name. So John Smith becomes jsmith.

There will certainly be problems when we have "James Smith", but it will be up to the user to pre-prepare the import file in such circumstances (creating lookup columns etc)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mark Chaimungkalanont [Atlassian] added a comment - 01/Jun/05 09:36 PM
Added a patch. To use this, put the JAR into the JIRA class path and manually edit the CSV properties file with

settings.advanced.mapper.user = com.atlassian.jira.imports.csv.mappers.FirstInitialFirstNameUserMapper

Then you'll be able to import "John Smith" as "jsmith".