How to retrieve the information of comment added to Issue Object?

Hello.

I'd like to retrieve comment information added to Issue which is created on Issue 3D Review.

Software Version:
CATIA V5-6 Release 2022 SP2
3DEXPERIENCE R2022 HF3

Scenario:
1. Open a Physical Product on Issue 3D Review.
2. Create new issue with "New Blank Issue" command.
3. Invoke "Inspecting Issues" functionality from created issue.
4. Add comments.

What I did:
1. Print attributes of Issue object by MQL command.
 print bus Issue ISS-0000011 -;
2. Print attributes of relation from/to Issue object and those of related object;
 expand bus Issue ISS-0000011 - select rel * attribute.* select bus * attribute.*;

Result:
No information of added comments from the query result;

Is there any way to retrieve comment infomation mentioned below via MQL / REST Service?
* String of comment
* who added comment
* when added comment
* which Physical Product is related to added comment

Any advice would be greatly appreciated.