Trying to use the rest-api in a c# application (basic workflow is to retrieve a list of tickets that meet some criteria, export them to a spreadsheet for some work to be done on them, then use bulk update to update the status of processed tickets)
The problem seems to be that no matter what I use in the “query” I get an “invalid_field” response. I will eventually want to use a custom field, but not even priority or status seem to work
The api path I’m using looks like this: /api/v2/tickets?include=company,requester&query="cf_myfield:true"
but even /api/v2/tickets?include=company,requester&query="status:3"