how to get oslc names of RTC workitem attributes
![]()
Im trying to find if there is a way to get the OSLC names of workitem attributes in RTC. has some one doen this already?
|
One answer
![]()
you can try executing the following to see the attributes
https://server:9443/ccm/oslc/attributes/workitem.xml
If you want to get PA specfic, then try
https://server:9443/ccm/oslc/attributes/workitem.xml?oslc_cm.query=rtc_cm:projectArea="<PA UUID>"
Comments Thanks Karthik. But I get a connection timeout error when executing both commands above with the server name replaced by the actual server name. any hints?
Perhaps you dont use port 9443 in the url? Radha, "server:9443" is just an example. You need to replace it with the host name and port number in your actual environment.
@Donald: Yes. i tried with the actual server name and not "server".
It makes no sense that you got a connection timeout error. Can you access the URL in a browser? Do you use a proxy?
|