Skip to end of banner
Go to start of banner

createCustomer

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

  • No labels