Jump to content

Automatically On hold/Off hold


Logan Graham

Recommended Posts

Hi All,

Hoping you can help, I am trying to set it so when a ticket is automatically raised as a linked request it will put this ticket on hold, then once this linked ticket is resolved, it will automatically set the first ticket to open. I have got the raising ticket thing sorted but it goes on hold then instantly comes off hold and doesn't wait for the linked ticket to be updated.

I have tried various wait for's but it doesn't seem to suspend the ticket. 

Any ideas would be good. If you need examples of the nodes I am using let me know.

Thanks,

Logan G

Link to comment
Share on other sites

Hi Logan,

Have you tried the suspend and wait for linked request update?

Documentation can be found here.

Suspend nodes can come off being suspended if the information is already available.  For example if you have a suspend and wait for owner, but if there is already an owner it would come immediately off of suspend.  

Link to comment
Share on other sites

Hi @James Ainsworth This works if I do a update to this affect but does not work if I resolve the ticket, what I would like to do is when the link ticket is resolved it will take the first ticket off hold.

Any idea how I might do this? I have tried putting "resolved" into that box but this does not work. I think what I need is something like "wait for linked ticket to be resolved"? 

Thanks,

Logan G

Link to comment
Share on other sites

@Logan Graham how about this:

  • request B is raised as linked request to request A and request A is put on hold
  • request B is resolved and the workflow is configured send an update to the linked request A once/after request B is resolved
  • request A is on hold with the workflow in a suspend state waiting for an update which is received from request B
  • request A is taken off hold by the workflow

It looks to me that what you need to implement an additional step to send an update to the linked request A after request B is resolved...

Link to comment
Share on other sites

  • 3 years later...

Hi Victor,

 

We are trying to achieve the same as Logan where we have a child ticket that is being raised from a parent ticket.  We would like the parent ticket to go on-hold until the child ticket is resolved (that is if someone has not manually taken it off-hold and moved the ticket along)

Could you please provide an example of how we can achieve this.  Thank you.

 

Kind Regards,

 

Salma

 

 

Link to comment
Share on other sites

@Salma Sarwar there is an example, provided above:

  • request B is raised as linked request to request A and request A is put on hold
  • request B is resolved and the workflow is configured send an update to the linked request A once/after request B is resolved
  • request A is on hold with the workflow in a suspend state waiting for an update which is received from request B
  • request A is taken off hold by the workflow

Implement this in your workflows and if any issues let us know :) 

Link to comment
Share on other sites

@Salma Sarwar 

1 hour ago, Salma Sarwar said:

We would like the parent ticket to go on-hold until the child ticket is resolved (that is if someone has not manually taken it off-hold and moved the ticket along)

The possibility of request being manual taken off hold will complicate things as the workflow needs to cater for this scenario as well. At this point I will have to refer this to an expert service with a product specialist as configuration can be very different. On top of my head one can make use of auto tasks to perform the off hold and other actions that would progress the workflow in a certain way or one can forego the solution/steps I suggested above and go for a "Wait For Request Off Hold" node (instead of "Wait For Update") and trigger the off hold from the child request: when the child request is resolved have an "Update Request Status" node that will update the parent request, effectively changing the status. I don't think this will actually resume the parent workflow so you also probably need to follow this with an "Update Request" on the parent request again to have the "Wait For Request Off Hold" resume. And this for the scenario when having one child request, if there are more this becomes more complicated. I would recommend scheduling a session with a product specialist to discuss and implement what you need to achieve in your workflow.

Link to comment
Share on other sites

  • 2 weeks 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...