Tickets & Conversations

TClasquin
Participant

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?

0 Upvotes
2 Accepted solutions
TomM2
Solution
Thought Leader | Platinum Partner
Thought Leader | Platinum Partner

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:

TomM2_0-1743526080953.png

 

 

Then you can use whatever enrollment trigger you wish to trigger this! 

 

Tom Mahon
Technical Consultant | Solutions Engineer | Community Champion
Baskey Digitial

Book a consultation

Did my post help answer your query? Help the community (and me) by marking it as a solution.


View solution in original post

0 Upvotes
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

Create workflow to update the Ticket status for Associated Tickets

SOLVE

Hi @TClasquin,

 

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

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

View solution in original post

0 Upvotes
2 Replies 2
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

Create workflow to update the Ticket status for Associated Tickets

SOLVE

Hi @TClasquin,

 

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

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

0 Upvotes
TomM2
Solution
Thought Leader | Platinum Partner
Thought Leader | Platinum Partner

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:

TomM2_0-1743526080953.png

 

 

Then you can use whatever enrollment trigger you wish to trigger this! 

 

Tom Mahon
Technical Consultant | Solutions Engineer | Community Champion
Baskey Digitial

Book a consultation

Did my post help answer your query? Help the community (and me) by marking it as a solution.


0 Upvotes