Zendesk on Zendesk: Bump Bump Solve | Community
Skip to main content

Zendesk on Zendesk: Bump Bump Solve

  • May 14, 2015
  • 90 replies
  • 0 views

Show first post

90 replies

  • February 15, 2018

Hey Jason!

No, triggers don't add comments to tickets. It seems likely that the comment was added via macro before the ticket was updated. You should be able to observe the differences by taking an older ticket with a comment, and comparing the ticket events with one of the new tickets that look different.


  • February 26, 2018

Jessie,

I was able to get this working using an extension, The extension is setup as follows:

Title: Pending Notification
URL: https://_________.zendesk.com/api/v2/tickets/{{ticket.id}}.json?ticket[comment][public]=true

Method: Put

Attribute Name: ticket[comment][body]

With the Basic Authentication setup as my account.

The automation is then set as 

Notification: Notify Target > Pending Notification

and our desired message after that. 


  • March 6, 2018

Hey Jason! I'm glad you got it figured out!


  • April 17, 2018

At the "BBS - Tag Removal" and "BBS - Tag Removal - Closed Tickets" triggers part, I get a message that "Trigger must contain at least one action".

What action do I need to add to both of these triggers? These weren't in the above screenshots

Thank you 


  • April 23, 2018

Hi Darren! Can you post a screencap of your Trigger? That'll help figure out what's going wrong.


  • April 24, 2018

Hey Jessie

 

Can I check this set up? We want to test this in a Category, to start!

Emailing a User following 48 hours in 'pending' and want to solve the ticket 24 hours later - this is the bit I can't seem to find.

Thank you in advance




  • April 26, 2018

Hi

 

We're trying to implement this automation but for some reason the conditions and actions in the article are blank?

 


  • April 29, 2018

Hi Afran,

 

Thanks for letting us know! There is an article here that explains this in further detail with screenshots:

 

https://support.zendesk.com/hc/en-us/articles/205693448-Using-business-rules-to-send-automated-reminders-to-customers 

 

Hope that helps!


  • July 2, 2018

I've setup my BBS per the instructions but for some reason it is not getting triggered. not sure what is broken there.


  • July 5, 2018

Hey Justin! 

The usual culprit in these cases is another trigger that's messing with your conditions. Triggers fire in the order in which they're arranged, so if a previous trigger is changing some part of the ticket so it doesn't match the conditions of the BBS trigger, the BBS won't fire. 

Can you post a screenshot of the trigger? That might help us get to the bottom of this.


  • August 28, 2018

Hi, 

How can this solution be applied to chat tickets? Understand that it's only for emails

Thanks


  • September 7, 2018

Hi Isabella!

The bump-bump-solve automation will work on any ticket, not just email tickets. Or this is something you want to implements within Chat itself? Like some kind of automation to bump chatters if they haven't responded in-chat in a specific period of time?


  • June 25, 2019

Hello, 

I am having issue while creating the triggers below you can see the screenshot.
Which action I need for both triggers?


ZZ55
  • June 25, 2019

Gregor

It looks like you want to remove tags when your condition is met. So add an action like this:


  • June 25, 2019

Add the condition:

Status: Is Not: Solved

 

That will do it


  • June 25, 2019

Also, as the error suggests, you need to tell the trigger what to do next.

Assign to: xyz (group)

Add Tag: xyz


  • June 25, 2019

Graeme, 
Thanks that helped! 


  • July 22, 2019

This is great! I had something similar and simpler set up, but now I might upgrade to this style!

Quick maths question: if it's set to > 72 business hours, wouldn't that be 9 business days (assuming you had set your schedule to 8 working hours a day? So if I want to do 2 business days, I'd do 16 business hours?

Thanks!


Brett13
  • Community Manager
  • July 23, 2019

Hi Fiona,

You're correct and if you want to account for 2 business days you'll set up your trigger/automation using 16 business hours.

Hope this helps!


  • October 15, 2019

When using this automation the email that is sent out seems to be sending from the account that created the automation. Is there a way to adjust it so that the follow up email is shown as sent by the agent who responded to the ticket?


Heather13
  • October 15, 2019

Hi Jason Rowell,

Great question! I can't think of a way to make the automation use a different email address/user inherently.  I wonder if you can make a series of automations that leverage the Notify Target feature. You'd have to set one extension/target up per Agent and a each automation would have to look for that Agent's tickets, essentially posting a public reply on the ticket automatically and therefore sending a Ticket Update trigger/email from their account?

I'm guessing, so I suggest testing it out if you think this might be what you're looking for!


Justin30
  • July 21, 2020

We're running into issues with bump bump solve. In the conditions, it looks for "hours since update" but what happens if an agent goes back into the ticket and updates a field, or another automation runs (based on the due date, for example)? These seem to be counting as "updates" and interfering with the BBS workflow. I thought about "hours since requester update" instead of "hours since update" but I'm not sure if this will work well (what happens if someone who is cc'd updates the ticket?). etc. Any suggestions?


@Justin

We use the "hours since requester update" for our "bump bump solve" implementation. 

It works well for us and we have not had many issues with it. Sadly, I am not sure if a CC responds if that counts towards the "hours since requester update" but from memory, I have not noticed that.

I can tell you that based on the wording of the "hours since update" that a CC response would most likely affect that as well. So, for your specific situation the best COA would probably be to use the "hours since requester update" as in the worst-case scenario it would not have a different result as the "hours since update" but would for sure ignore any ticket updates from automation or field changes. Also, as an added benefit it would not be affected by the agent putting in notes as well. 


Justin30
  • July 21, 2020

@Alejandro Colon thanks! This is what I was leaning towards, but find it odd that the Zendesk recipes in a few articles use "hours since update" instead of "hours since requester update."


@Justin

It really depends on your use case. 

Some companies may want the condition different for many reasons. 

Off the top of my head, maybe they would like the time to be reset if they get a notification that the requester has read the message and would like the "bump bump solve" timer to go based off of that. 

Also, the use case of the CC responding might be a reason to change the overall result as well. 

Even more than that, there can be some unwanted results based on the condition chosen. 

I recently found out that the "hours since assignee update" is broken if the assignee never updates the ticket in the first place. So, the "hours since update" is a good catch-all. 

Sadly, I am not sure if Zendesk is going to fix the above-mentioned bug as the tech I spoke to does not consider it to be a bug.