Jump to content

Drew Davies

Hornbill Users
  • Posts

    38
  • Joined

  • Last visited

Posts posted by Drew Davies

  1. Hi all,

    I've recently updated to the new Importer and whilst attempting to configure the conf.json I keep running into an issue where the value of 'status' that we're passing over is not being accepted.  

     

    Here is the relevant line from the SQL query: 

    THEN 'active' ELSE 'archived' END AS [status] 

    Here is the entry in conf.json:

        "Status":{
            "Action":"Both",
            "Value":"{{.status}}"
        },

     

    The error states:

    Error: The value '{{.status}}' for element <accountStatus> is not an allowable value at location '/methodCall/params/accountStatus'

     

    Can anyone advise what I've done wrong?

  2. Hi @Lauren,

    We had similar issues (and still do to an extent), for us the main solutions were pretty much what you've suggested.

    As an alternative you could try creating another general Service that's visible to both of your departments. When a ticket is identified as being with the wrong department, create a 'Linked' ticket using the new service. The process for that one could be to mimic the Summary, Description etc. of the original call and then each department should be able to assign it to the other without needing to be granted full visibility over all tickets in each other's queue.

    This is only a thought though, we haven't tried it ourselves.

  3. Hi @Michael Sharp

    Sounds like something a custom query data list would be able to accommodate fairly easily

     

    Example:

    SELECT  h_pk_reference, TIMEDIFF(ADDTIME(h_datelogged, SEC_TO_TIME(h_responsesecs)), NOW()) AS Remaining
    FROM    h_itsm_requests
    WHERE   h_fk_team_name IN ('YourTeamName, NULL)
    AND     (h_status='status.open' OR h_status='status.new')
    AND     h_withinresponse IS NULL

    You could change the last line to   ' AND    (h_withinresponse IS NULL OR h_withinresponse = 0) ' but this would pull back all calls with a breached response until they're resolved

    • Thanks 1
  4. Hi all,

     

    We have recently created a number of new Service Levels for 2019. We would now like to either delete or at least hide the old ones so they can no longer be used but we don't want all of our historic tickets to be left without a Service Level.

     

    Is there a way to do this?

  5. Morning,

    I've just tried to put one of our Hornbill boards into a slideshow but as it's not just an option, thought I'd try doing a custom widget pointing to the url of the board in question.

    image.thumb.png.9333e7bf12cd3ebf18264612867bda7e.png

     

    As you can see, no luck there. Is there any way that I can do this?

     

  6. Hi @James Ainsworth,

    I had a feeling that the signature images may have been involved with this. Is there no way to simply automatically add all attachments that aren't image file types? Most attachments for us are Word docs/Excel spreadsheets (although I would understand if this isn't the case for most people).

    Failing that you could have a modifiable setting that dictates a minimum image file size to qualify for automatically being attached? E.g. any images >200KB auto-attach and anything less than that doesn't?

     

  7. Hi all,

    This has likely been asked before but I did try to have a look without success. Is there a way to have a slideshow only display a specified dashboard if certain criteria are met?

    For example, having a dashboard that only displays if a ticket has/is going out of SLA or that a critical ticket has come in etc.?

  8. Morning everyone,

    We've had a few people who have emailed our Service Desk regarding an open ticket and their email contains an attachment (a .doc or something similar). Although the email itself is being added to the relevant ticket, the attachment isn't being added to the 'Attachments' section. Is this something that's a config we need to turn on somewhere?

    Currently we need to scroll through the timeline, view the email, save the attachment then go back to the ticket and add it.

     

    Thanks in advance

  9. Hi @Victor

     

    This looks great, I can imagine a number of places this will come in useful. How come we don't have this same functionality within the ticket summary/descriptions when updating via the business process? (or do we and I just haven't seen it?)

×
×
  • Create New...