It's all about the answers!

Ask a question

Exporting member lists


Daryl Spartz (131) | asked May 21 '10, 12:55 p.m.
Is there some means to export team area or project are member lists? I could not find anything to do such. WOuld like to export name, role, email, for example.

5 answers



permanent link
Ralph Schoon (63.5k33646) | answered May 21 '10, 12:58 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi,

this question came up before. I think I recall today this is not possible.

You could probably write a small program to do that using the plain java API.

Ralph

Is there some means to export team area or project are member lists? I could not find anything to do such. WOuld like to export name, role, email, for example.

permanent link
Jared Burns (4.5k29) | answered May 21 '10, 3:34 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
On Fri, 21 May 2010 17:07:59 +0000, dspartz wrote:

Is there some means to export team area or project are member lists? I
could not find anything to do such. WOuld like to export name, role,
email, for example.

What version of RTC are you using? In the 3.0 builds, you can right click
on a project area in the Team Organization view and choose "Generate
Runtime Report" to create a downloadable HTML site which contains all
this info.

This feature also exists in RTC 2.0.0.2, but it is hidden by default. In
order to enable the action, you need to start up your RTC workbench with
the Java system property -
Dcom.ibm.team.process.ProjectAreaRuntimeReport=true

- Jared

permanent link
Kaushambi Singh (371310379) | answered May 25 '10, 7:42 a.m.
Where to define the Java property: Dcom.ibm.team.process.ProjectAreaRuntimeReport=true

permanent link
Ralph Schoon (63.5k33646) | answered May 25 '10, 8:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Where to define the Java property: Dcom.ibm.team.process.ProjectAreaRuntimeReport=true


Hi,

in \eclipse\Eclipse.ini

Ralph

permanent link
Ralph Schoon (63.5k33646) | answered May 25 '10, 8:12 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Here my Eclipse.ini. I added the last two lines.
You most likely need to do something similar.


-startup
plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
--launcher.library
plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731
--launcher.XXMaxPermSize
256m
-vm
jdk\jre\bin
-vmargs
-Xms100m
-Xmx512m
-Xjit:exclude={com/ibm/team/coverage/internal/common/report/SourceElementInfo.write*}
-Dosgi.requiredJavaVersion=1.5
-Dosgi.bundlefile.limit=100
-Duser.language=en
-Duser.region=US

Your answer


Register or 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.