componentLeads()

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.

 

Syntax

componentLeads()
componentLeads(project, ...)

Available since

v1.0.0-RELEASE

Supported fields

Assignee, Reporter, Voter, Watcher, custom fields of type User

Supported operators

IN , 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