How to run a report or query on an agent to see which tickets they left a comment or work note....

Noah_G
Kilo Contributor

Hi I'm trying to see which of my staff is contributing to tickets in Service Now.


While I can write reports on how many tickets were created or resolved.

 

I really need this:

 

How to run a report or query on a specific agent to list which tickets they left a comment or work note in, during a period time , like during the week, month, quarter, or year.

 

I would like to request no coding be involved if possible or use of APIs.

 

Thank you.

 

I apologize if someone already asked this question.

2 REPLIES 2

Noah_G
Kilo Contributor

If the only way is to code it, can someone please assist?

Gangadhar Ravi
Giga Sage
Giga Sage

Hi @Noah_G,

 

there is no easy way for this. But you can try querying sys_journal_field table. and Group by based on created_by. it will be like below.

 

Please mark my answer correct and helpful if this works for you.

 

GangadharRavi_0-1730160248839.png