Jump to content

David Hall

Hornbill Developer
  • Posts

    652
  • Joined

  • Last visited

  • Days Won

    34

Posts posted by David Hall

  1. Hi @dwalby

    Thanks for the post.

    I've just had a look into this and it appears that this is actually a missing element of functionality, notifications are sent correctly when updating via email or when manual updates are made, however it doesn't appear that this has ever been triggered by a request coming off-hold automatically.

    I'll raise this internally so that this can be addressed.

    Kind Regards,

    Dave

    • Like 1
  2. Hi @m.vandun

    Just from looking at the screenshot, it looks like the request is being found (hence the link button) but the data required to show the request and to enable the link action to work is missing from the search index.  I would suggest a re-index of the hornbillitsm index as detailed here https://wiki.hornbill.com/index.php/Index_Storage might be required as a first step to see if that corrects the issue.  I've tried it out on my instance and I couldn't replicate this so far.

    Regards,

    Dave.

  3. Hi @chrisnutt

    Can't say for sure, but my initial thought would be that its an issue with the search index itself... have you re-indexed it recently?  If not then it might be worth trying that for the hornbillitsm indexes as detailed here https://wiki.hornbill.com/index.php/Index_Storage

    Further changes have been made around global searching in the most recent update of service manager, so it may be worth updating the latest build and then perform a re-index.

    Regards,

    Dave.

  4. Hi @Keith

    I've had a look and created a different query which should be more efficient and provide the data its seems you were looking for. 

    SELECT req.h_summary, req.h_requesttype, task.h_title, task.h_outcome
    FROM h_itsm_requests req 
    JOIN
    (SELECT SUBSTR(t.h_obj_ref_urn FROM 53) AS h_request_id, t.h_title, t.h_outcome 
     FROM h_sys_tasks t
     WHERE t.h_obj_ref_urn LIKE 'urn:sys:entity:com.hornbill.servicemanager:Requests:%'
     AND t.h_title LIKE 'Investigate%'
     AND t.h_outcome='Completed') task
    ON req.h_pk_reference = task.h_request_id
    LIMIT 10000

    Perhaps you can adjust the title and outcome as you need, give this a go and gradually up the limit and see how that goes.

    Kind Regards,

    Dave.

     

  5. Hi @lokent

    In the admin portal, if you go to Hornbill Service Manager -> Application Settings and then filter on "answer" you should see the following three settings which when turned on will hide the unanswered questions:

    app.request.questions.hideUnansweredQuestions

    guest.servicemanager.customer.request.questions.hideUnansweredQuestions

    guest.servicemanager.portal.request.questions.hideUnansweredQuestions

    Hope that helps,

    Kind Regards,

    Dave

  6. Morning @J_Tamburrini

    The actual process of applying the service level is the same via email or manually via the client, however its the context that caused the problem in this case as its a system account that does the work when logging via email, rather than the analyst account when logging manually.  The fix is now in beta testing and we are working on releasing an update as soon as possible.

    Kind Regards,

    Dave.

  7. Hi @J_Tamburrini

    Thanks for the post, following further review we have identified an issue with the setting of service levels via autoresponder and a fix will be in the next update of service manager.

    Kind Regards

    Dave

     

  8. Hi @Rohit Govind

    Apologies for the inconvenience, I've reviewed the logs and identified an issue with a recent fix to service levels which has had an unexpected knock on affect in this case.  I will have this fixed in the next build which will be pushed out as soon as possible, but as a workaround, in the meantime, you may wish to change the following service manager setting in the admin tool to "off" which will force the system to use the priority based timers.

    guest.app.view.ITSM.serviceDesk.enableSLM

    Kind Regards,

    Dave

×
×
  • Create New...