archivedComponents()
- Jack Nolddor (Unlicensed)
- Jack Nolddor
Owned by Jack Nolddor (Unlicensed)
Description:
Perform searches based on components that are currently archived.
See also: nonArchivedComponents()
Syntax | archivedComponents() archivedComponents(project, ...) |
Available since | v1.4.0-RELEASE |
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