Hi
Is is possible to get all requests from service desk API of certain request type, or rather to exclude certain requestTypeId from the response?
like
rest/servicedeskapi/request/?requestTypeId=144,145,146
or
rest/servicedeskapi/request/?requestTypeId!=177
Thanks
Hello,
You should use the search Rest Api:
You could send a JQL query like this:
"Customer Request Type" = yourrequesttype
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.