Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to export only "active" users from repotools in Jazz Team Server ?

I have been trying to find out a way to export all the users present in RTC/RQM repository to a csv format file so later I can export into excel format.

I am using the repotools to export users using the below command :

./repotools-jts.sh -exportUsers toFile=RQM_users_2015_Q1_CBN.csv credentialsFile=credentials.properties repositoryURL=https://rqm.xxx.ibm.com:9444/jts logFile=RQM_users_2015_Q1_CBN.log

But this is capturing the archhived users information as well.

Please suggest.

Thanks in advance !

0 votes



One answer

Permanent link
You can post-process this easily enough, just run :

grep -v ,1$ RQM_users_2015_Q1_CBN.csv > RQM_users_2015_Q1_CBN_active.csv


0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 74

Question asked: Mar 18 '15, 7:17 a.m.

Question was seen: 5,458 times

Last updated: Mar 18 '15, 9:03 a.m.

Confirmation Cancel Confirm