Built-In Administrative Scripts User Guide
Built-In Scripts in ScriptFabric provides a catalog of pre-packaged, production-ready administrative tools designed for Jira maintenance, data cleanup, project migration, and bulk operations.
Included Built-In Script Catalog
| Category | Script Name | Description |
|---|---|---|
| Bulk Operations | Bulk Attachment Purge | Safely remove attachments older than N days from resolved issues to reduce storage consumption. |
| Bulk Operations | Change Issue Author / Reporter | Re-assign historical issue reporters across projects in bulk. |
| User Management | Inactive User Finder & Deduplicator | Identify users inactive for 90+ days and clean up duplicate account references. |
| Project Admin | Project Config Exporter | Export complete project schemes, workflows, field configurations, and issue types as JSON. |
| Automation | Sub-task Generator | Automatically generate standard sub-task templates for new parent issues. |
| Data Cleanup | Orphaned Component & Version Cleaner | Scan projects and purge unused components and version tags across Jira. |
Interactive Wizard & Checkpoint Resumption
Built-In Scripts are built for high-reliability administrative tasks:
- Step-by-Step Configuration Wizard: Interactively input script parameters, target projects, and filtering thresholds.
- Async Background Processing: Long-running operations run asynchronously without UI timeouts.
- Partial Failure & Checkpoint Resumption: If a large bulk job is interrupted by rate limits or network issues, click Resume Job to pick up seamlessly from the last saved state checkpoint (
saveCheckpoint/getCheckpoint).