I have two question.
1. We have enabled custom ticket status fields, and I see one more option as New on ticket creation page, but I deactivated custom status fields, but still I am seeing New as a option, how to revert the changes?
2. We are using REST API for getting ticket fields using below API, here we are getting both status and Ticket status fields, how we can Identify whether customer start using new status field or not from REST API.
{domain}/api/v2/ticket_fields.json
The "new" status type is a default type. Are you saying that a ticket type that is linked to the "new" type won't get deactivated?
Thanks!