Hi all,
I've tried implementing this via a post function as I'm hoping to reduce the amount of automations we use, but unfortunately I can't seem to find a way to add a comment via the transistion (internal only).
So I thought I'd use an automation, and indeed there is a trigger for automations to check that a ticket has been either approved/declined. But to my dismay I couldn't find the IF statement to find whether it was actually approved or not?
Would love some help, I know it shows it in its own little approval place, but I'd still like it in the comment list.
Cheers!
Hi @Calvin
Can you clarify a bit more in here? You would like to setup an automation rule which is triggered by an approval comment? Or that is triggered by something else and leads to an approval comment?
Thanks for your message Zoey, ultimately I want to add an internal comment that is either:
One its been approved/not approved. Happy to do it via automation or otherwise, and happy to trigger in anyway.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Calvin
Thanks for that. Once a ticket is approved or declined, an associated comment needs to be made.
If that is the basic use case, I would suggest adjusting your workflow either status or resolution bits. Then in the automation, reflect each status/resolution in IF conditions and follow with Approved / Declined internal comment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Zoey, thanks for this. I ended up using a drop down list field that has empty/approved/declined status of the approval.
It would start empty and anytime you go into the approval transtition it would clear. But going through the approved/declined transition it would update the field which would trigger the automation and based on the field it would comment on the ticket.
I definitely think your way will work too so I marked it as the solution.
Thanks for reaching out!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.