Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

About Service desk project Report

GDIC-IT Service Desk
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 30, 2020

I want to get a report with all tickets Summary, Description, and all comments/ feedback that provide from the agent end. What's the way to generate this type of report.

1 answer

1 accepted

0 votes
Answer accepted
Fahad Siddiqui
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 1, 2020

@GDIC-IT Service Desk 

This is not available by default in JIRA, but you should be able to do this by installing the Script Runner Plugin. This will allow you to run a jql query like this:
issueFunction in commented("by username")
in JIRA advanced search.

You may refer to the following for further reference:

Suggest an answer

Log in or Sign up to answer