/
addCustomer
addCustomer
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Description
Adds an existing customer or a list of customers to a specified Service Desk project.
Parameters
Return Type
Boolean
Returns "true" if the operation succeeded.
Examples
Example 1
return addCustomer({"customer1","customer2"}, "JSD");
Example 2
return addCustomer("customer@cprime.com", "JSD");
See also
, multiple selections available,
Related content
addCustomer (Power Scripts)
addCustomer (Power Scripts)
More like this
createCustomer (Power Scripts)
createCustomer (Power Scripts)
More like this
createCustomer
createCustomer
More like this
addOrganization
addOrganization
More like this
addOrganization (Power Scripts)
addOrganization (Power Scripts)
More like this
addOrganization
addOrganization
More like this