nonArchivedComponents()

Description:

Perform searches based on components that are not archived yet.
See also: archivedComponents()


SyntaxnonArchivedComponents()
nonArchivedComponents(project, ...)
Available sincev1.4.0-RELEASE
Supported fieldsComponent
Supported operatorsIN , NOT IN
Unsupported operators

= , != , ~ , !~ , > , >= , < , <=

IS , IS NOT , WAS , WAS IN , WAS NOT , WAS NOT IN , CHANGED

Examples:

• Find 'Open' issues that belong to one or more components that have been not archived yet:

status = Open AND component IN nonArchivedComponents() 

• Find issues of 'LATAM' project that belong to components that haven not been archived:

component IN nonArchivedComponents("LATAM")

Real World Use Cases:

· JRASERVER-10507 - Archive project components (by Ilya Zinoviev)

JQL Function Reference