Importing users in RT

Hi,

i need to import a large amount of users into RT.
Since there will be custom fields needed, i do have problems to figure out how to do that.

Anyone who has done imports into user tables including custom fields so far?
What is the best method (database or something like the adduser script?

Thanks for advice

Joerg
Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle
Freunde gleichzeitig schicken: WEB.DE E-Mail → kostenlose Mail-Adresse @WEB.DE | FreeMail

Hi,

I’ve two databases with user’s information,one is our extranet and the
other one is for RT. I’ve write a perl script, based on David Maze’s
rtadduser, to get the data from the extranet and put them, using :

use RT::Interface::CLI qw(CleanEnv);
use RT::User;

Here the script.

Best regards,

Hugues

J�rg Ungermann wrote:

Hi,

i need to import a large amount of users into RT.
Since there will be custom fields needed, i do have problems to figure out how to do that.

Anyone who has done imports into user tables including custom fields so far?
What is the best method (database or something like the adduser script?

Thanks for advice

Joerg


Mit der Gruppen-SMS von WEB.DE FreeMail k�nnen Sie eine SMS an alle
Freunde gleichzeitig schicken: E-Mail-Adresse erstellen kostenlos | FreeMail


The rt-users Archives

Be sure to check out the RT Wiki at http://wiki.bestpractical.com

Buy your copy of our new book, RT Essentials, today!

Download a free sample chapter from http://rtbook.bestpractical.com

Hugues Lepesant
Ing�nieur Exploitation VeePee
Tel : +33 1 73 02 68 02
119 rue de Paris
92772 Boulogne Cedex
FRANCE

SyncUser2RT (6.57 KB)