(1.2k●5●141●150)
Dec 12 '12, 8:57 a.m.
Does anybody know what the correct URI is to obtain the project alias for a CCM project on CLM version 3.0.1.3
I have the URI for obtaining an RQM project alias, but changing rqm to ccm results in an IIntegrationService error
Comments
Brian Fleming
Dec 12 '12, 10:18 a.m.Hi Karen. Can you describe what you intend to do with the CCM project alias data? In RQM, I've needed this information to generate the right URIs for the REST API, but I haven't yet run into a similar situation in RTC.
Karen Steele
Dec 12 '12, 10:46 a.m.Hi Brian ... we had somebody go and change the name of the project area which caused us grief in various areas (cannot find the project to make a necessary change) - and maybe I incorrectly assumed that RTC also kept an alias value of the original project creation name - I wasn't / hadn't planned on doing anything with it right at this minute, but if the occasion arose, I wanted to have the correct URI syntax to pull that information.
Brian Fleming
Dec 12 '12, 3:58 p.m.Not a complete solution to your issue, but you may want to look at the Process API to see if there is anything that is of use:
https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi
Specifically, the Project Areas Collection entry point which is discoverable via the app rootservices document
https://SERVER:9443/ccm/rootservices
Search for "projectAreas" in the result and then use the resource uri returned.
This does not display the alias, but will, among other things, give you a listing of all project areas in the repository and their last modified timestamp.
Karen Steele
Dec 13 '12, 10:11 a.m.I guess what we're saying then is there is no specific equivalent for this URI for CCM ?
https://servername:port/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects
I know for sure replacing qm with ccm doesn't cut it ;0(