Hardcopy listing of team members and process roles
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
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. |
Jared Burns (4.5k●2●9)
| 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 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 |
Jared Burns (4.5k●2●9)
| 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, 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 |
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 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 |
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, On Fri, 05 Mar 2010 14:38:01 +0000, vrcampbell wrote: I've been asked to produce a hardcopy listing of team members and 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 |
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
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.