We are looking to create a report in jira service desk (helpcentre) to monitor how many issue (tickets) our agents respond per day?
Is there a JQL that allows us to see this data?
Hello,
What do you mean by responded?
If you mean that it was commented by your agents, then you should use an add-on like ScriptRunner. In ScriptRunner you can use the commented function
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_commented
HI @SBS Support
You can use the JQL for this like..
Assignee = <Agent> and Updated = startOfDay()
or else you can use the Update Date as well..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Odd, it's not returning any results even though the agent has been responding to issue (tickets) today.
Are there any other JQL's available?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.