Hi,
Iam using Jira Premium Sandbox for the first time and running into some friction. Wanted to check if this is normal.
What Iam seeing:
Copying production data to sandbox is taking a long time
Reviewing and deploying config changes afterward is also slow — lots of manual checking before we're comfortable pushing to production
What we're trying to figure out:
Where does sandbox mainly lag — just the initial copy, or every deployment cycle?
Where does it genuinely help most?
For smaller, low-risk changes, do people skip sandbox entirely, or is that too risky regardless of change size?
Would appreciate input from anyone running Premium Sandbox regularly — especially around the new deployment beta, any tricks to cut down copy/review time, and real-world do's and don'ts for sandbox usage.
Thanks!
@Gor Greyan and @SPHIOR "write the change down as you make it" both apply to rules too, so let me add the part that is specific to automation, because it explains why your rules need review after every refresh.
Rules are not included in the production-to-sandbox copy. That is an open suggestion, CLOUD-11161. A refresh replaces the sandbox's projects, work items and configuration, but the rules that were in the sandbox before the refresh stay exactly as they were. So after a refresh you have production data sitting under sandbox-era rules, and any rule that referenced a field, status, project or user by identifier can now be pointing at something that no longer matches. The review you are doing is real work, but it is not about the rules being wrong; it is about the ground having moved under them.
The way to manage it that has survived for me:
customfield_xxxxx are the first thing to check after a refresh.On the copy taking longer than expected: copying selected spaces instead of everything is faster and is the documented route for repeat refreshes, and it also means fewer rules need attention afterwards, because fewer of them are relevant to the data you brought over.
Hi @Mahanth Prudhvi P
Welcome to the Atlassian Community!
Some of this is normal. A Jira Sandbox is best treated as a safe validation environment, rather than an exact, continuously synchronized copy of Production.
The production data copy is usually where you notice the most waiting. After that, configuration changes made in Sandbox are not automatically promoted to Production — Sandbox and Production remain separate environments, so changes still need to be recreated/deployed appropriately.
In practice, I’d use Sandbox mainly for higher-risk changes: workflows, permission/security changes, Automation rules, apps/integrations, major field or scheme changes, etc. For a very small and easily reversible change, teams may choose to make it directly in Production under a controlled change process.
To reduce testing time, avoid refreshing the Sandbox for every change. Keep it for ongoing testing and refresh it only when you actually need recent Production data.
Here is the documentation of the Sandbox.
https://support.atlassian.com/organization-administration/docs/what-are-sandboxes/
Regards,
Gor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mahanth Prudhvi P
Happy to help!
If the answer was helpful, kindly ask you also accept the answer, as other community members find it as solved.
Regards,
Gor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
I'm facing a similar issue with Jira Premium Sandbox. The production copy and manual validation are taking longer than expected.
I'm also finding that automation rules need extra review after each refresh. Has anyone found an efficient way to manage automation rules between Sandbox and Production?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mahanth, when you mention the manual checking, are you checking workflow connections between statuses, or is the main struggle copying configurations and reviewing automation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am just a beginner for Sandbox as we are on STandard currenlty. So i have taken a trial to know its worth and to have practice on it. When i was playing around just to copy a fresh prod environment to Sandbox , it took me more than an hour and later creating a deployment is also taking up significant amount of time. So i just wanted to know terms conditions or user guide from real time users basically few tips.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Gor's framing is right, and one practical thing on the second half of your question — the manual checking before you're comfortable pushing.
Most of that time usually isn't verification. It's reconstruction. Somebody spent two weeks changing things in the sandbox, and now has to work out what they actually changed before they can replicate it. There's no native diff between a sandbox and production, so the answer comes from memory and clicking through screens.
The cheap fix is boring: write down each config change as you make it, not afterwards. A running list in a ticket or a Confluence page, one line per change, dated. It feels redundant while you're doing it and it collapses the replication step from an investigation into a checklist.
The related trap: a sandbox copy is a point in time. If production keeps changing while you work — someone adds a field, edits a scheme — your sandbox baseline silently drifts from what you'll actually deploy into. Worth a quick re-check of production against your list right before you push, not just against the sandbox.
Disclosure: I build a Jira app in this space. Nothing to pitch — writing it down as you go genuinely is most of the win.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.