Issue
The CloudBees Inactive Items Plugin UI displays no inactive items (or fewer items than expected), while the downloaded report (JSON, CSV, or XML) shows a different count with many inactive items.
Explanation
This is expected behavior. The UI and the downloaded reports display different types of items:
-
UI display: Shows only inactive Jobs (Pipeline jobs, Freestyle jobs, etc.)
-
Downloaded reports: Include all inactive Items, which encompasses:
-
Jobs (Pipeline, Freestyle, etc.)
-
Folders
-
Multibranch Pipeline projects
-
Organization Folders
-
Other item types
-
The discrepancy occurs because Folders, Multibranch Pipeline projects, and Organization Folders are classified as Items but not as Jobs in CloudBees CI. Therefore:
-
If you have inactive Folders or Multibranch Pipeline projects without active branches, they appear in the downloaded report but not in the UI list
-
The UI count reflects only inactive Jobs
-
The downloaded report count includes all inactive Items
This design is intentional to keep the UI focused on actionable job-level items while providing comprehensive reporting in downloadable formats.