How to create different project area association of change sets using Java API
Need API for fetching the project area association details and also for associating one project area change set with other project area change sets using java API.
I checked this in below link but not sure which urls needs to be given for setting TargetServicesUrl, TargetConsumerRegistryUrl and TargetUrl.
https://jazz.net/forum/questions/169258/creating-a-project-association-programmatically-does-not-create-link-back
One answer
Hi,
the targetservice url to a project area in requirement management is: https://host:port/rm/oslc_rm/Id of the project area/services.xml
(for example: "https://localhost:9443/rm/oslc_rm/_ncvBc3l8EeW1Lt5BoyxW9A/services.xml")
the targetservice url to a project area in requirement management is: https://host:port/rm/oslc_rm/Id of the project area/services.xml
(for example: "https://localhost:9443/rm/oslc_rm/_ncvBc3l8EeW1Lt5BoyxW9A/services.xml")
Comments
the target url to a project area in requirement management is: https://host:port/rm/process/project-areas/Id of the project area
(for example: "https://localhost:9443/rm/process/project-areas/_tDkZkG20EeWdC97RAB90GA")
and
the targetconsumer registry url to a project area in requirement management is: https://host:port/rm/process/rootservices
Comments
Chris McGee
FORUM MODERATOR / JAZZ DEVELOPER Oct 20 '15, 2:35 p.m.Hi,
When you say change sets, are you referring to the source control/SCM change sets or something else?
Thanks,
Chris