How to get change set link and its http link using java client API.

Hi All,
I want to get change set link and its http link.
When we open work item in web UI of RTC, if change sets are attached to work item we can see it in link tab.
For example
This is change set link.
Is there any client API which will help me to do the following
1. API to print change set link on console.
2. API to get http link associated to change set link.
Comments
vikrant kamble
Nov 16 '15, 12:14 a.m.Could anybody please tell me?
vikrant kamble
Nov 16 '15, 4:29 a.m.Is there any api to print change set link
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Nov 16 '15, 4:53 a.m.System.out.println(). You likely have to collect the data you want to print yourself and generate appropriate strings.