Hi Team,
In below API
https://{domain}/api/v2/ticket_fields.json
Except for one account remaining accounts, we are receiving a response as
{
"url": "https://{domain}/api/v2/ticket_fields/360011799031.json",
"id": 360011799031,
"type": "priority",
"title": "Priority",
"raw_title": "Priority",
"description": "Request priority",
"raw_description": "Request priority",
...}
But in one account we are getting a different type of value
{
"url": "{domain}/api/v2/ticket_fields/4999372613915.json",
"id": 4999372613915,
"type": "basic_priority",
"title": "Priority",
"raw_title": "Priority",
"description": "Request priority",
"raw_description": "Request priority",
...}
Why type was received as basic_priority instead of priority, what is the reason behind this and how can we correct this?