How to add comment to requirement artifact using OSLC RM API
Hi
|
Accepted answer
The DNG OSLC API does not support comments, as comments are not part of the OSLC requirements management spec. And there is no other public API to manage comments. The private API, as you tried to use, is not documented, is not supported, so usage is on your own risk.
Mallanagouda Patil selected this answer as the correct answer
|
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.
Comments
On using the RM private API for adding comments, like I said in my answer, we don't support and document it. But some pointers: check your headers against what you see with firebug, and check the rm.log if you see any errors that tell you more..
Thanks for the information. I did check headers and tried to use same headers while posting message to add comment but the response is 403 forbidden. Not sure how it is identifying the request is internal or external