It's all about the answers!

Ask a question

Hardcopy listing of team members and process roles


Victor Campbell (3502618) | asked Mar 05 '10, 9:35 a.m.
I've been asked to produce a hardcopy listing of team members and process roles for each project. Anyone have a suggestion on getting started?

6 answers



permanent link
Qiong Feng Huang (76911610) | answered Mar 07 '10, 5:45 p.m.
JAZZ DEVELOPER
Unfortunately, there is no direct way to do this.

Programmatically, to get list of team members, you have two ways:
1. Loop through all the IProcessAreas and call getMembers().
2. Use REST service:
https:///jazz/process/project-areas//members.

permanent link
Jared Burns (4.5k29) | answered Mar 08 '10, 3:35 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
On Fri, 05 Mar 2010 14:38:01 +0000, vrcampbell wrote:

I've been asked to produce a hardcopy listing of team members and
process roles for each project. Anyone have a suggestion on getting
started?

There *is* a way to export this information with RTC 2.0.0.2, but it has
to be turned on with a system property passed to your Eclipse client.

If you launch RTC 2.0.0.2 with the property "-
Dcom.ibm.team.process.ProjectAreaRuntimeReport=true", a menu action
called "Generate Runtime Report..." will be available on project areas in
the Team Organization view.

More details of this feature are available here:
Workitem 84606: Export of project area debug information
https://jazz.net/jazz/resource/itemName/
com.ibm.team.workitem.WorkItem/84606

--
Jared Burns
Jazz Process Team

permanent link
Jared Burns (4.5k29) | answered Mar 17 '10, 12:58 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
On Wed, 17 Mar 2010 19:52:58 +0000, proberto wrote:

Hello Jared,

Can you please expand on this a bit.

Where do i set the property "-
Dcom.ibm.team.process.ProjectAreaRuntimeReport=true", in a ini file,
startup.bat, etc?

Is there a screenshot available of what and where exactly the Menu
Action is located?

Thanks for any help you can provide.

Pat

Jared Burnswrote:
On Fri, 05 Mar 2010 14:38:01 +0000, vrcampbell wrote:

I've been asked to produce a hardcopy listing of team members and
process roles for each project. Anyone have a suggestion on
getting
started?

There *is* a way to export this information with RTC 2.0.0.2, but it has
to be turned on with a system property passed to your Eclipse client.

If you launch RTC 2.0.0.2 with the property "-
Dcom.ibm.team.process.ProjectAreaRuntimeReport=true", a menu action
called "Generate Runtime Report..." will be available on project areas
in
the Team Organization view.

More details of this feature are available here: Workitem 84606: Export
of project area debug information
https://jazz.net/jazz/resource/itemName/
com.ibm.team.workitem.WorkItem/84606

It's possible to do this using the client ini file, but I've never done
it that way. I always just manually edit the command line that I run.

If you're on Windows, bring up the properties dialog on the shortcut you
use to launch the RTC client. In the "Target" field, add the following
text to the very end (be sure to include the space at the beginning):
-vmargs -Dcom.ibm.team.process.ProjectAreaRuntimeReport=true

If you're on Linux or MacOS, just add those arguments at the end of the
line when you execute the RTC startup script.

--
Jared Burns
Jazz Process Team

permanent link
Pat Roberto (4111) | answered Mar 17 '10, 3:47 p.m.
Hello Jared,

Can you please expand on this a bit.

Where do i set the property "-
Dcom.ibm.team.process.ProjectAreaRuntimeReport=true", in a ini file, startup.bat, etc?

Is there a screenshot available of what and where exactly the Menu Action is located?

Thanks for any help you can provide.

Pat

On Fri, 05 Mar 2010 14:38:01 +0000, vrcampbell wrote:

I've been asked to produce a hardcopy listing of team members and
process roles for each project. Anyone have a suggestion on getting
started?

There *is* a way to export this information with RTC 2.0.0.2, but it has
to be turned on with a system property passed to your Eclipse client.

If you launch RTC 2.0.0.2 with the property "-
Dcom.ibm.team.process.ProjectAreaRuntimeReport=true", a menu action
called "Generate Runtime Report..." will be available on project areas in
the Team Organization view.

More details of this feature are available here:
Workitem 84606: Export of project area debug information
https://jazz.net/jazz/resource/itemName/
com.ibm.team.workitem.WorkItem/84606

--
Jared Burns
Jazz Process Team

permanent link
Walter Mansur (63613017) | answered Mar 17 '10, 4:07 p.m.
Hi,

Maybe you could use the Web UI for the project to do this?

Team members print out Work Items from a project's Web UI here.

-Walter
Hello Jared,

Can you please expand on this a bit.

Where do i set the property "-
Dcom.ibm.team.process.ProjectAreaRuntimeReport=true", in a ini file, startup.bat, etc?

Is there a screenshot available of what and where exactly the Menu Action is located?

Thanks for any help you can provide.

Pat

On Fri, 05 Mar 2010 14:38:01 +0000, vrcampbell wrote:

I've been asked to produce a hardcopy listing of team members and
process roles for each project. Anyone have a suggestion on getting
started?

There *is* a way to export this information with RTC 2.0.0.2, but it has
to be turned on with a system property passed to your Eclipse client.

If you launch RTC 2.0.0.2 with the property "-
Dcom.ibm.team.process.ProjectAreaRuntimeReport=true", a menu action
called "Generate Runtime Report..." will be available on project areas in
the Team Organization view.

More details of this feature are available here:
Workitem 84606: Export of project area debug information
https://jazz.net/jazz/resource/itemName/
com.ibm.team.workitem.WorkItem/84606

--
Jared Burns
Jazz Process Team

permanent link
Larry McCarthy (2102224) | answered May 24 '11, 3:51 p.m.
Just FYI, I noticed this option in the Project Area context menu in the Eclipse client for 3.0 (iFix 1, in my case) and found this thread when trying to figure out what it did.

So, if you were wondering, it appears to be enabled by default in 3.0

- Larry.

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.