Skip to main content
Question

Cancel Approval - once ticket is cancelled

  • January 14, 2023
  • 2 replies
  • 261 views

raymondcanilao
Skilled Expert
Forum|alt.badge.img+9

Hello, is there a way to automate via workflow the process of canceling the approvals of SR once ticket is set as cancelled? or closed?

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

2 replies

afautley
Skilled Expert
Forum|alt.badge.img+11
  • Skilled Expert
  • 194 replies
  • January 16, 2023

You would most prob have to use an Update ticket api. 

https://api.freshservice.com/#update_ticket_priority

I cannot see any function for this so not sure if this will work but maybe try approval_status could work as it is in other sections as an option. (Create Service Request)

https://api.freshservice.com/#create_service_request

 

{ "approval_status": 2,

}


PatrickMurphy
Skilled Expert
Forum|alt.badge.img+9
  • Skilled Expert
  • 110 replies
  • January 17, 2023

I've never had an issue with approvals lingering when a service request is canceled or deleted.

If the request is canceled our approvers don't get alerted consistently to approve things. Is that what you are experiencing? 


Reply