What is JiBrok Studio for Jira Cloud?
JiBrok Studio for Jira Cloud is a Forge-based scripting platform for Jira Cloud. It lets Jira administrators write, manage, and automate scripts that interact with Jira data - all from within the Jira interface.
Scripts run in a secure sandbox with no access to external networks or filesystems. The only external interaction is through the Jira REST API, ensuring your data stays safe.
Key Capabilities
| Feature | Description |
|---|---|
| Script Console | Interactive code editor with syntax highlighting, multiple language engines, and instant execution |
| Script Library | Central storage for saved scripts with folders, labels, search, and version history |
| Triggers | Automate script execution via schedules, Jira events, and async events |
| Scripted Fields | Computed custom fields (text, number, date, datetime) that recalculate on issue create/update |
| UI Modifications | Dynamically customize issue create and transition forms |
| Automation | Run scripts as Jira Automation actions |
| Rovo AI Agent | Expose scripts to Atlassian Rovo AI for natural language execution |
| Custom Tables | SQL-backed structured data storage with a visual browser |
| Message Queues | Async message processing with priority-based ordering |
Who Is It For?
- Jira administrators who need to automate repetitive tasks
- Automation engineers building advanced workflows beyond native Jira capabilities
- Teams that need computed fields, conditional form logic, or custom data storage
Note: JiBrok Studio for Jira Cloud is available to Jira site administrators only. Non-admin users cannot access the app interface.
How It Works
- Write scripts in the built-in code editor using a JavaScript-like language (Python and Groovy engines also available)
- Test interactively in the Console with sandbox mode for safe experimentation
- Save scripts to the Library for reuse and organization
- Automate by attaching triggers - schedules, events, form changes, and more
- Store structured data in Custom Tables and process async workloads via Message Queues
All scripts run inside a Forge-powered sandbox with strict resource limits. There is no access to external networks, filesystems, or browser APIs - only the Jira REST API is available.
Next Steps
- Getting Started - Install the app and run your first script
- Script Console - Learn the editor and execution features
- Scripting Language - Language syntax and sandbox details
- Scripting API - Full API reference (Issues, Users, Projects, Fields, utilities)
- Use Cases - Practical scripting examples
- Triggers - Automate script execution

