How to query/report on incidents for knowing the age of ticket?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2014 02:59 AM
Hi,
i would like to report/ query incidents of all active incidents so that it should give me the incidents based on age. like incidents count and age.
For example like below
Incident Count Age
25 3 days
30 5 days
50+ 10 days
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2014 01:55 AM
Please look at Ticket age calculation for all open tickets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2018 12:35 AM
I am getting below error.
Error during JavaScript evaluation: Not all references of "current" are passed in by "arguments" script: calculateAge(); function calculateAge(){ var datedif = gs.dateDiff(current.sys_created_on,current.resolved_at); current.u_age = datedif; current.update(); }