How to get the URL of an item in a change set by JavaAPI or JavaPlugin?
How to get the URL of an item in a change set by JavaAPI or JavaPlugin?
I looked for IChangeset's Method.
but I couldn't get the URL of the item.
How can I get the URL of an item?
|
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
I don't know. I have looked relatively deep into the APIs Why would you want to do all these things, what is the purpose and business need?
For IItemHandles you can use com.ibm.team.repository.common.Location;
Thank you for your comment.