Description:

Perform searches based on components that are currently archived.
See also: nonArchivedComponents()



SyntaxarchivedComponents()
archivedComponents(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 archived components:

status = Open AND component IN archivedComponents() 


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

component IN archivedComponents("LATAM")

Real World Use Cases:

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

JQL Function Reference