I need to monitor the total duration for which all tickets had two specific custom field values simultaneously.
Specifically, I want to track how long tickets had the value `In Investigation` in the custom field named `Issue Status`, while also having the value `No` in another custom field named `Pending Status`.
How can I achieve this?
Tracking time spent in two custom field values
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
You can use this article to obtain the necessary data for measuring the duration of a specific ticket field value. To filter for tickets in a "Pending" status, add an attribute to the filter and select "no" as the value. This approach should help you gather the desired information.
I hope that helps!