Create workflow to update the Ticket status for Associated Tickets
SOLVE
We use workflows to generate associated tickets that are assigned to different users. Each user completes their assignments for the tickets independently. I would like to create a workflow that automatically moves all of the associated tickets to closed once each ticket has reached the previous stage on the pipeline. Has anyone created something like this and if so would you be willing to share?
Create workflow to update the Ticket status for Associated Tickets
SOLVE
Hey @TClasquin you just need to use the "edit record" action on your workflow to automatically update the ticket status, it would just be something like this:
Then you can use whatever enrollment trigger you wish to trigger this!
Tom Mahon Technical Consultant | Solutions Engineer | Community Champion Baskey Digitial
I would approach this with calculation properties that check how many of the associated tickets are in each ticket status. You would have to create one roll up property for each status: number of associated tickets in status 1, 2, 3 and so on: https://knowledge.hubspot.com/properties/create-calculation-properties
You can then create a workflow that moves a ticket to closed if calculation property for the last status before closed is greater than 0 and the values for all previous statuses are 0.
You can then use 'Edit record' to move the enrolled ticket to closed.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
I would approach this with calculation properties that check how many of the associated tickets are in each ticket status. You would have to create one roll up property for each status: number of associated tickets in status 1, 2, 3 and so on: https://knowledge.hubspot.com/properties/create-calculation-properties
You can then create a workflow that moves a ticket to closed if calculation property for the last status before closed is greater than 0 and the values for all previous statuses are 0.
You can then use 'Edit record' to move the enrolled ticket to closed.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
Create workflow to update the Ticket status for Associated Tickets
SOLVE
Hey @TClasquin you just need to use the "edit record" action on your workflow to automatically update the ticket status, it would just be something like this:
Then you can use whatever enrollment trigger you wish to trigger this!
Tom Mahon Technical Consultant | Solutions Engineer | Community Champion Baskey Digitial