Work item URL
Accepted answer
I found the class com.ibm.team.repository.common.Location in the RTC API, which avoids hard-coding URI fragments. For example:
String workitemURL = Location.namedLocation(workitem, getPublicRepositoryURL()).toAbsoluteUri().toString();
Comments
Nicolas Bros
Mar 20 '14, 9:46 a.m.I'm looking for an answer to this as well.
sam detweiler
Mar 20 '14, 9:43 a.m.don't understand.. the URL of the workitem would open the UI if used in a browser.