Is there a way through reports that we can if issues were resolved with ONE interaction with our tech support agents? Right now our workflow can go from the status "Waiting for Support" to "Resolved" , so I have set up a report on the following JQL:
project = <projectname> AND issuetype = <issuename> and status changed FROM "Waiting for Support" TO "Resolved" AND status was not in ("Waiting for Customer", "In Progress", "On Hold", "Escalated")
Would that be the ONLY way to execute something similar to this request? Essentially our Tech Support leads want to track what issues are closed instantly after logged.
Hi @Lindsay Czopur,
You could utilise the following reports;
The custom report with your JQL should give you what you want.
Hope this helps
@Lindsay Czopur So far, this is the ONLY way via JQL which seems to be suitable for your reporting.
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.