Hi,
We need to get issue by filter custom fields but i have not found any example in api doc.
I'm trying to use a filter to search for a unique value in an issue custom field but its return all issue/tickets.
Suppose I have a custom field name "Azure_sentinel_Id" and value "12987ACB".
I want to get this issue/ticket based on "Azure_sentinel_Id" having value of "12987ACB".
Why I need this type of query because we are updating unique value in this custom field on every ticket created by the api so if we want to update anything in this ticket then we need to search this ticket based on the custom field.
Hope you will understand the issue.