How do I identify a Cancel/Resolve/Escalate from the Customer, using the Customer Portal?
I need JQL for a Queue if Customer click on "Canceled request" or "Resolved this issue" via Customer Portal.
Hi @Star ,
The query should be something like:
status in (Cancel, Resolve, Escalate) AND status changed BY USER
where the USER should be the correct one you are looking for. Not sure you can filter that to know if it was done via the portal or not, however as it relates to Jira Service Management and the license tier is pretty tied, you should know who is an agent and a customer
@Star if the answer satisfies your enquiry please mark it as accepted
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.