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") Comments
Philipp Selle
commented Oct 23 '15, 8:35 a.m.
the target url to a project area in requirement management is: https://host:port/rm/process/project-areas/Id of the project area
|
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.
Comments
Hi,
When you say change sets, are you referring to the source control/SCM change sets or something else?
Thanks,
Chris