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

Compare with Current View Page History

« Previous Version 2 Next »

The function returns a TEXT representing the user name that is a leader of the component with the name component_name in the current issue's project.

This function also admits a comma-separated list of components and returns a comma-separated list of user names. The output will contain repeated user names if the same user is a leader of more than one component.

Syntax
componentLeader(text component_name)#Output: Text
Examples
Parser expressionDescription
Syntax
 componentLeader(%{00094}) 

The function returns a comma-separated TEXT list with the user names of the leaders of the current issue's components.

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a TEXT


The function returns a TEXT representing the user name of the leader of the component with name component_name in a project with key project_key.

This function also admits a comma-separated list of components and returns a comma-separated list of user names. The output will contain repeated user names if the same user is a leader of more than one component.

Syntax
componentLeader(text component_name, text project_key) #Output: Text
Examples
Parser expressionDescription
Syntax
componentLeader("Web Portal", "CRM") 

The function returns the user name of the leader of the component with the name Web Portal in the project with key CRM.

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a TEXT