This function returns the user name of a component lead of a specified component.
You can also provide a comma-separated list of components and the function returns a comma-separated list of user names.
The output will contain duplicate user names if the same user is a lead of more than one component.
Bash
componentLeads(components) #Output: Text
Variant where you can additionally define a project key
Bash
componentLeads(components, projectKey) #Output: Text
📚 Use cases and examples
| Use case |
|---|
| No content found. |