It's all about the answers!

Ask a question

RTC API to get the process template ID of the project which is currently used.


ast java (4511847) | asked May 02 '16, 1:41 a.m.
Hi Team,

I am trying to read the particular project area from RTC and fetch the process template ID , on which project area is using and trying to download to the file system.
 ex :"JKE banking" using "mtm.rtc.process.ibm.com" process template. i want to get the process template from the project area.

Is there any RTC API to get the process template id from the project area.

Please help.

Accepted answer


permanent link
Ralph Schoon (63.1k33646) | answered May 02 '16, 3:39 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited May 02 '16, 3:41 a.m.

  1. There are various conceptional issues in this request. The relationship between a process template and the process that is actually used in a PA. See https://jazz.net/wiki/bin/view/Deployment/SetupProjects#The_project_area_process
  2. When using the context menu on a project area to create a template from the PA's process open the Extract Process Template Wizard, ten use the Plugin Spy SHIFT+ALT+F1 on the wizard window. Open the code for com.ibm.team.process.internal.ide.ui.wizards.ProcessDefinitionCreationWizard in the SDK and take a peek. It is rather easy to understand what this wizard does and what the relevant API is.
  3. In case of shared processes, see https://rsjazz.wordpress.com/2014/11/28/the-process-sharing-api/

ast java selected this answer as the correct answer

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.