It's all about the answers!

Ask a question

how to get oslc names of RTC workitem attributes


Radha Nagaraja (1558) | asked Jul 04 '16, 6:20 a.m.
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



permanent link
Karthik Krishnan (8825117163) | answered Jul 04 '16, 10:14 a.m.
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
Radha Nagaraja commented Jul 04 '16, 10:27 a.m. | edited unknown

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?

Regards,
Radha


Karthik Krishnan commented Jul 04 '16, 10:53 a.m.

 Perhaps you dont use port 9443 in the url?


Donald Nong commented Jul 04 '16, 9:47 p.m.

Radha, "server:9443" is just an example. You need to replace it with the host name and port number in your actual environment.


Radha Nagaraja commented Jul 05 '16, 5:35 a.m.

@Donald: Yes. i tried with the actual server name and not  "server".


Donald Nong commented Jul 05 '16, 8:14 p.m.

It makes no sense that you got a connection timeout error. Can you access the URL in a browser? Do you use a proxy?

Your answer


Register or to post your answer.