How to get lead time and cycle time in VTB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020 03:14 AM
Hello all,
Is customization possible for this, I want to see lead time(incident opened to closed) and cycle time (how long the incident has been on each state). in the VTB. Every state time should be calculated and shown on the VTB
If yes, please help me with the process along with screenshots.
Thanks,
K
- Labels:
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020 03:24 AM
Do you already have the fields for duration? If so, you can do the steps below.
If not, first create them. This might help you:
Basically create a business rule that on update updates the duration field with:
<duration_field> = GlideDateTime.subtract(new GlideDateTime(<start_time>.getValue()),gs.nowDateTime());
The Incident table has a "VTB"-view. From there on you can configure which fields will show:
Then on the VTB itself activate the following:
"Show Card Info". Make sure "Show Compact Cards" is inactive. Otherwise it will only show a few fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020 03:32 AM
Yes, I tried this but I want to take swimlanes as priority, and main lanes as state. It's not allowing to inactive "show compact cards".
All duration fields should be visible on the VTB and I want to segregate the priority and state in one VTB, is it possible? any other way around?
Please help.
Thanks,
K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020 03:42 AM
Hi K,
I was helping someone else with that as well. If you disable swimlanes and use my workaround to sort per column on priority:
Please mark as Helpfull and Correct answer. Motivates to keep helping the community!🤘
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020 03:56 AM
I tried the BR you have provided in the above link, nothing happened.
Just to ask you what is the code for? arranging the priority incidents in the state lanes?
Please provide clarity on it.
Thanks,
K