createCustomer
The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
Description
Creates a Service Desk customer. The newly created customer is not added to any JSD project, however he/she can raise request against unrestricted JSD projects.
Parameters
Return Type
Boolean
Returns "true" if the operation succeeded.
Example
return createCustomer("John Doe", "john.doe@email.com");
See also
Peacock