- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2018 10:01 AM
I have been looking into metrics and haven't had any results but what I want to accomplish is essentially check to see how long a ticket has been open and based on that send a notification and change the status if it is older than x days. I was told to look into metrics but that seems to have confused me more than what I was originally thinking of using some business logic. If anyone could steer me into the right direction I'd appreciate it.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2018 09:33 PM
Hi,
You can achieve this by creating extra fields on the table.
Create a business rule that runs when state changes to Open and then store the Current time in one field and create an other field for storing time for next state transition.
Now you can easily calculate the time difference between 2 states using the new fields as they already have time stamps.
Thanks,
Ravi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2018 09:33 PM
Hi,
You can achieve this by creating extra fields on the table.
Create a business rule that runs when state changes to Open and then store the Current time in one field and create an other field for storing time for next state transition.
Now you can easily calculate the time difference between 2 states using the new fields as they already have time stamps.
Thanks,
Ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2018 12:51 PM
I will give this a try, thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2018 09:23 PM
Can you mark the above answer as Correct if it solves your issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2022 10:06 PM
can you give me script for the bussiness rule