Jump to content

Jim

Hornbill Users
  • Posts

    396
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by Jim

  1. Thank you, I had just found how to edit the domain owners which was quite beneficial to achieve this, Is there a way to make any pages public at all? 

     

    Ideally I want to be able to have a tablet next to service desk to enforce users to log a request before just walking up to an analyst? I have a funny feeling this may need to be an externally hosted form that makes an api call?

  2. In terms of the asset matching 

     

    1. Does the CSV contain the exact same information as held in the asset tag field within hornbill?

    2. Is the asset class 100% Mobile?

     

    The error you are getting is basically saying it can not find an asset that matches what is in the csv, and it can not create it as you have chosen to only update existing assets. Hope this helps you to diagnose

  3. I have no idea what has happened but it is so painful trying to share dashboards, its trying to fetch a list of roles I would assume? just will not work, same for users and group except they eventually resolve after 10 seconds

    image.png.6c1dbc7c0e731fcca56840d579b448da.png

  4. @samwoo I've not actually done this myself only a theory if I was to implement it, 

    One thing I would probably do though is give it an extra 5 minutes so if the response time is 2 hours, tell it to notify 1hr and 55 minutes before the response time, just to allow it time to generate the event? 

    I also have no idea how this would behave if a priority was changed on an already existing request? but on previous alerts for SLA apparently all it does it tell the process to generate the event, so it may only work on new requests and if you were to change it, it would only take affect on new requests as the event will already exist on existing request

    But, always a big difference between theory and practise? 

  5. I have been asked to return a count of users who have not logged requests within a given date range.

     

    I've had to go back to basics on the query just to test and I'm not getting any results on this at all? 

     

    select h_user_id from h_sys_accounts 
    WHERE h_user_id NOT IN (select h_fk_user_id from h_itsm_requests)

    If I choose the opposite and return a distinct list of users who have logged requests, the query works but not if I choose NOT IN. Am I missing something obvious here as there are definitely accounts that have not logged requests

  6. I am a little lost on the metrics for something that ought to be quite simple.

     

    I require a measure that will count the total Change requests each month and capture the change type and then I can present these in a dashboard and group by change type.

     

    The dilemma is I can't output this field if I choose itsm_requests, and if I choose itsm_changerequests I can't see the date logged field to add to the date ranging column? 

    Why does this feel more difficult than it needs to be?

×
×
  • Create New...