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.sam detweiler
Mar 20 '14, 9:43 a.m.