Hi,
I am using /rest/servicedeskapi/request"
To search for incidents I usually use the JQL endpoint instead of the servicedeskapi/request endpoint in this way:
rest/api/3/search?jql=cf[10000] = test AND project = <service desk project name>
Basically the part after ?jql= is what you would actually write in the JQL UI.
You may need to change spaces to %20 like this:
rest/api/3/search?jql=cf[10000]%20=%20test%20AND%20project%20=%20projectName
Hope that helps!
Cheers,
Abraham
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.