Jump to content

Recommended Posts

Posted

I have created an auto-task that currently raises a ticket successfully in Zendesk, updated the ticket reference timeline (hornbill) with the Zendesk ticket ID, and then places the ticket (hornbill) on hold.

What I am struggling to get working is that when the agent resolves the ticket in Zendesk, the last update doesn't get added into my Hornbill ticket timeline and the Hornbill ticket should get taken off hold. I have set a decision node that looks for the status = solved in Zendesk in order to progress:

image.thumb.png.60694c239c7ae81f01bc2c1a9ad78b89.png

 

 

Below is the first two nodes which works fine as Zendesk returns the ticket ID in the timeline:

 

image.png.63ba158015a5290d33c3704f9c3ca5d0.png

 

below are the decision criteria:

 

image.png.2233bbd4055c8227f9a08db654eb72f2.png

Any help would be appreciated. 

Posted

I don't know about the ZenDesk status - my most likely suggestion is that it may be a different value in the same way as Hornbill uses "status.resolved" but displays "Resolved" for example - but looping every 2 minutes is a very bad idea. I would not recommend this loop being set to more than once a day.

  • Like 1
Posted

@Dave LongleyWe had a similar issue with Jira and solved(-ish) it by getting the emails sent out by Jira and using the routing rules to catch emails where the Jira status had been set to "done" and applying those to the ticket, then having the BPM take it off hold on an update.
I don't know how to connect this to an Autotask though, but maybe you have some ideas

Posted

@Dave Longley Solved should have a lower-case s, as per the Zendesk API response:

image.png

Totally agree with @Steve Giller though, looping every 2 minutes is a really bad idea so you need to extend that period by quite a lot. What you should really do though, is to implement a proper 2-way integration - use Zendesk triggers & an appropriate marketplace app (Zapier or the like) to make API calls back into Hornbill to update the Hornbill ticket when the Zendesk ticket is set to Solved.

Steve

Posted

@Steve Giller @Steve G - totally agree, it is only set to 2 minutes in order to test, ideally, i would like a proper 2-way integration which is something i am trying to get set up. I have set the decision node to: 

 

image.png.ae9d5f260e461af093b23de7099a7f7c.png

 

but it doesn't pick up the status still when i resolve the ticket in Zendesk. 

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...