Lily Wang (
4.9k●7●14)
| answered Aug 24 '15, 6:04 a.m.
Importing users is used to create new Jazz users from a LDAP user. If there are a lot of LDAP users, you may need to search the user by id or user name.
Synchronizing users is a more automatic mechanism. It can not only create new Jazz users by searching LDAP users added into Jazz related LDAP groups, for existing users if the user's username or email is changed in LDAP server the information in Jazz can also be updated.
You can refer to the detail explanation:
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.repository.web.admin.doc/topics/cldapsynctask.html&scope=null
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.repository.web.admin.doc/topics/t_users_import.html&scope=null
Naveed Shakur selected this answer as the correct answer