archivedComponents()
Description:
Perform searches based on components that are currently archived.
See also: nonArchivedComponents()
Syntax | archivedComponents() |
Available since | |
Supported fields | Component |
Supported operators |
|
Unsupported operators |
|
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