How can I add a comment to a RAM discussion using the Java API?
I want to add a comment programmatically through the Java API. I have made a few attempts with things like
topic.createPost("title", "description") and asset.getForums()[0].getTopics()[0].setPosts(newPostArray). I get no errors or exceptions, but my the comments in the discussion area of my asset are not updated. Is it possible to add comments to an asset? I will also need to add ratings to assets as well. Is that also possible? Thanks, Dennis |
One 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.