Problem in fetching HTTP link of change set
Hi All,
1)
https://localhost:9443/ccm/web/projects/Demo#action=com.ibm.team.scm.viewChangeSet&contextItemId=_0rhM8JTFEeWVOr9wn9xrFQ&contextItemType=com.ibm.team.scm.Workspace&changeSetItemId=_LodVWqMVEeWku-gETe-qPw&fromHistory=1
This is change set link url, When I opened this from web UI, work items link section
2)
https://localhost:9443/ccm/web/projects/Demo#action=com.ibm.team.scm.viewChangeSet&changeSetItemId=_LodVWqMVEeWku-gETe-qPw&fromHistory=1
This is url of same change set when I fetch it using
String uri = Location.itemLocation(cshandle, repoURL).toAbsoluteUri().toString();
Is there API to fetch change set url similar to first url.
In case of second url, problem as I mentioned in second comment is happening.
I had to restructure this question to make it more clear and easier to understand.
|
Be the first one to answer this question!
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
This is not case for all change sets, some change sets links are fetched similar to change set link in Work item link section in web UI, and for some of change sets above condition arises.
Actually there is problem when we are fetching http link of change set using
Also,