Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Get baseline details it's using uuid value

 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

0 votes



One answer

Permanent link

 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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,940

Question asked: May 02 '23, 7:54 a.m.

Question was seen: 795 times

Last updated: May 03 '23, 3:07 a.m.

Confirmation Cancel Confirm