/
projectLeads()
projectLeads()
Jul 18, 2019
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 | |
| Unsupported operators |
|
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
, multiple selections available,