- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-19-2022 01:41 AM
Hi All,
User wants to have ticket where he has put comments on or has requested for. Requested for part I can work out but not sure on how to get the comments part. Please help.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-19-2022 01:46 AM
Hi,
For comments, you need to script. you cannot directly get that in reports. Refer to this link to check how to script in reports.
Mark the comment as a correct answer and helpful if this has helped to solve the probelm.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-19-2022 01:46 AM
Hi,
For comments, you need to script. you cannot directly get that in reports. Refer to this link to check how to script in reports.
Mark the comment as a correct answer and helpful if this has helped to solve the probelm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-19-2022 02:10 AM
Hi Asif,
Thanks for your reply. Can't we achieve this be achieved with Database views.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-19-2022 03:11 AM
I think you can but you need to cpature the comments and also the created by for the comments from a diff. table. Work notes are not stored in incident column. The entries are stored in sys_journal or sys_journal_entry, something like that. Chekc once, if you can able to get the data, then yes it will work.
Mark the comment as a correct answer and helpful if this has helped to solve the problem.