componentLeads()

Description:

Perform searches based on users that led at least one component.

Note:
If no arguments are provided, this function will return users that led at least one component in any project that you have permission to browse.


SyntaxcomponentLeads()
componentLeads(project, ...)
Available sincev1.0.0-RELEASE
Supported fieldsAssignee, Reporter, Voter, Watcher, custom fields of type User
Supported operatorsIN , NOT IN
Unsupported operators

= , != , ~ , !~ , > , >= , < , <=

IS , IS NOT , WAS , WAS IN , WAS NOT , WAS NOT IN , CHANGED

Examples:

• Find issues currently assigned to a component lead:

assignee IN componentLeads()

• Find issues of 'LATAM' project created by a component lead of this project:

project = LATAM AND creator IN componentLeads("LATAM")

JQL Function Reference