It's all about the answers!

Ask a question

Get baseline details it's using uuid value


Arati Kulkarni (132) | asked May 02 '23, 7:54 a.m.

 Hello,


I have RM baselines information in form of url as shown below.

I want to get baseline name and its details from its uuid in url using RTC java api 7.0.1.
I have referred to following articles.

Code snippet I used:
IBaselineSetHandle iBaselineHandle = (IBaselineSetHandle) IBaselineSet.ITEM_TYPE.createItemHandle(UUID.valueOf("_SD5YMM0XEey8aJeV2mMfpw"), null);
IItem item = iTeamRepository.itemManager().fetchCompleteItem(iBaselineHandle, IItemManager.DEFAULT, null);
IItemType type = item.getItemType();

But I get following error.
    
com.ibm.team.repository.common.transport.TeamServiceException: CRJAZ0098E The following service failed: com.ibm.team.repository.common.internal.IRepositoryRemoteService{/gc/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService}. The server returned the HTTP error 500 with this error text: Internal Server Error.
    

Kindly let me know how to achieve the same.

Please revert in case of any queries.

Regards,
Arati

One answer



permanent link
Ralph Schoon (63.1k33646) | answered May 03 '23, 3:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 You can not use the EWM/RTC API to get Doors Next item information.
Here is a collection of supported APIS per product: https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding

Your answer


Register or to post your answer.


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.