Versions Compared

Key

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

...

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

...

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")