How do you generate a report based on the worknotes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2016 12:05 PM
I am trying to run a report based on what a user has worked on, via work notes. There are times wherein a user has worked on a ticket and added notes but was not the one that closed the ticket.
- Labels:
-
Problem Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2018 01:06 AM
sys_journal_field is the table you want, don't recommend it though. This table will be huge and reports likely be quite slow to execute, also it's hard to reference back to Incident tickets as the reference is held by a String document ID rather than a more common reference field.
The better way of handling this requirement would be to use Metrics, which would allow you to track the assignment of a ticket by person and provide the length of time each user held on to it, for instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 11:57 AM
Broken link