RTC API to get the process template ID of the project which is currently used.
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
- 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
- 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.
-
In case of shared processes, see https://rsjazz.wordpress.com/2014/11/28/the-process-sharing-api/