Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description:

Excerpt

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.


SyntaxcomponentLeads()
componentLeads(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 component lead:

Code Block
languagesql
themeConfluence
assignee IN componentLeads()


• Find issues of 'LATAM' project created by a component lead of this project:

Code Block
languagesql
themeConfluence
project = LATAM AND creator IN componentLeads("LATAM")




JQL Function Reference

Page Tree
rootJQL Function Reference
startDepth2