Overview
Export and import scripts as JSON for backup, migration, or sharing between Jira sites.
Export
- Go to the Admin tab - Export section
- Select scripts to export (or export all)
- Click Export
- Copy to clipboard or download as file
What’s included
- Script source code
- Name, description, enabled status
- Actor configuration
- Labels and folder path
- Trigger configurations
- Version history
Export format
JSON with metadata:
{
"format_version": 1,
"exportedAt": "2024-01-15T12:00:00Z",
"scripts": [...]
}
Import
- Go to the Admin tab - Import section
- Paste JSON or upload a file
- Review the preview (created vs. updated counts)
- Click Import
Import behavior
- New scripts (unknown ID) are created
- Existing scripts (matching ID) are updated (merged)
- Folders are created automatically if they don’t exist
- Labels are created automatically if they don’t exist
Validation
Before importing, the system validates:
- JSON format and version
- Script count limits
- Required fields
Limits
See Limits for import size and script count limits.
Next steps
- Script Library - Managing scripts
- Limits - All system limits
- Administration - Admin tab overview
