
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2015 06:59 AM
Hi,
Could you please help me how to check whether the ticket was opened by end user or ITIL user in service now in report for the already created ticket?
Thanks in Advance!!
Regards,
Vinoth Kumar M
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2015 07:06 AM
Hi Vinoth,
Agree with Brad here. However if you don't have that field to report on than you might have a field temp on form with the drop drowns something like ESS, ITIL and then construct a logic to populate that fields based on user.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2015 02:26 AM
Hi Rfedoruk,
Thanks for your time , Yes, I am trying to determine how many tickets end users created and how many ticket was created by ITIL users, Do we any way to took the report?
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2015 07:26 AM
we have an ess check box on our task table.. for incidents and requests we check the box if it comes from the service catalog... while it isn't a perfect solution <records opened by itil users from the service catalog show up as ess> it does give us a good report of how many came in from the catalog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2015 03:20 AM
Hi
You should go with Pradeep's suggestion. It will give you the accurate report irrespective of from were it was created.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2015 03:28 AM
Thanks a lot for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2015 07:28 AM
ok one more thought on this.. you could create a database view that crosses the user with role table with sys user and task... then you could actually report on how many people with an itil role <or any role> created a ticket without having to add fields to the forms.