Accessing contents of comment using comment id without using artifact url
For java application based on doorsng ,Suppose I have comment Id or comment location (uniquely identifies comment). Then is there any way I can get comment content ? I dont want to use artifact url.
Eg.I have this: <rooturl>/rm/comments/<comment-id>
Can I get comment content through this using any oslc api for java application?
|
One answer
as per my understanding, there is no option to get comments details directly from DNG or via JRS report. But RPE helps to fetch the individual comments for the artifacts inside a Module.
Comments
Srushti Pawar
commented Apr 07 '21, 1:55 p.m.
thanks for your reply.
SO using RPE will I be able to fetch any comment content using only comment url or comment id?
|
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
In simplier terms I want to access individual comments