componentLeads()
- Jack Nolddor (Unlicensed)
Owned by Jack Nolddor (Unlicensed)
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 |
|
Unsupported operators |
|
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