projectLeads()

projectLeads()

Description:

Perform searches based on users that led at least one Jira project.

 

Syntax

projectLeads()
projectLeads(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 project lead:

assignee IN projectLeads()

• Find issues of 'LATAM' project that have been created by the project lead:

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

 

JQL Function Reference