addCustomerToOrganization (Power Scripts)

addCustomerToOrganization (Power Scripts)

 

The use of this function requires the Power Scripts for Jira add-on be installed and licensed.

Syntax

addCustomerToOrganization(customer, organization)

Package

 

Alias

 

Pkg Usage

 

Description

Adds an existing customer or a list of customers to a specified organization.

Parameters

Parameter name

Type

Required

Description

Parameter name

Type

Required

Description

customer

String []

Yes

The customers' username.

organization

String

Yes

The organization name.

Return Type

Boolean

Returns "true" if the operation succeeded.

Examples

return addCustomerToOrganization({"customer1","customer2"}, "My Organization");
return addCustomerToOrganization("customer", "My Organization");

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.