/
projectLeads()

projectLeads()

Description:

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

SyntaxprojectLeads()
projectLeads(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 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

Related content

groupsOf()
Read with this
componentLeads()
componentLeads()
More like this
issuesInEpics()
issuesInEpics()
Read with this
projectMatches()
projectMatches()
More like this
subtasksOf()
subtasksOf()
Read with this
recentProjects()
recentProjects()
More like this