projectLead()

This function returns the project lead of a given project.


Bash
projectLead(projectKey) #Output: Text


Examples

Parser expression

Description

Bash
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

Parameter

Input (data type)

Description

projectKey

text

Text containing a valid project key.

Output

This function returns a text


📚 Use cases and examples