Skip to content

Closing ticket by Ticket Owner Only #63

Answered by jstanden
LeeTV1 asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately, it's currently easier to revert the change after the fact than to prevent it. That should change in the near future with record update validator automations.

You can use the record.changed automation event to detect when the status of a ticket record transitions into the closed status. It includes the actor (e.g. actor__type == worker, actor_id == 123).

You can compare actor_id to record_owner_id. The event also includes was_record_owner_id to revert.

You can trigger any kind of action when it happens (log entry, comment, Slack post, email, webhook, etc).

It's also possible to cut down on the opportunity for someone to close a ticket improperly. On ticket profiles, you can …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by jstanden
Comment options

You must be logged in to vote
1 reply
@jstanden
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants