It's all about the answers!

Ask a question

How to create different project area association of change sets using Java API


ast java (451746) | asked Oct 15 '15, 9:03 a.m.

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



Comments
Chris McGee commented Oct 20 '15, 2:35 p.m.
FORUM MODERATOR / JAZZ DEVELOPER

Hi,

When you say change sets, are you referring to the source control/SCM change sets or something else?

Thanks,
Chris

One answer



permanent link
Philipp Selle (1527) | answered Oct 23 '15, 8:15 a.m.
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
(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

Your answer


Register or to post your answer.