Skip to main content
Question

Assign tasks to same agent as parent ticket

  • February 27, 2025
  • 1 reply
  • 21 views

Forum|alt.badge.img

I am trying to create a workflow that automatically assigns a task to the same agent that was assigned to the parent ticket. The parent ticket is done through round robin automatic assignment.

I can make the workflow assign to the event performing agent or a specific agent, but haven’t found a way to assign it to the same agent as the parent ticket. Is there a way to accomplish this?

Did this topic help you find an answer to your question?

1 reply

juul0s
Contributor
Forum|alt.badge.img+1
  • Contributor
  • 4 replies
  • March 16, 2025

You can try to do this using the web request method.
In the first step, you retrieve the information from the created ticket:
https://domain.com/api/v2/tickets/{{ticket.id_numeric}}

Then you perform the action with the json parser. You can use the source response body or ticket responder id.

Then make the API to assign to the API result.

https://support.freshservice.com/support/solutions/articles/50000003705-web-request-node


Reply