getCustomerRequests
Description
Returns a string array of customer requests keys that match the provided parameters. More information about the parameters can be found on Atlassian's rest API: https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-get
Parameters
Return Type
String []
Example
return getCustomerRequests();
Returns a list of keys of all the customer requests.
See also
Peacock