This function returns the project lead of a given project.

Syntax
projectLead(projectKey) #Output: Text
Examples
Parser expressionDescription
projectLead("CRM")

This example the project lead key from the project with the key CRM, e.g.:

admin.istrator

Additional information

Parameters used in this function

ParameterInput (data type)Description
projectKey

TEXT

Text containing a valid project key.
Output

This function returns a TEXT


Use cases and examples