---
title: "Jira DC to Cloud script migration reference"
canonical: "https://support.appfire.com/space/PSJ/1518993644/Jira%20DC%20to%20Cloud%20script%20migration%20reference"
format: markdown
---
> Macro (aura-html)


The following table provides information about the expected outcome of script migration by script type. It shows which scripts that:

- Are expected to migrate without any significant changes (marked with :check_mark: in the table)
- Will migrate, but significant changes are required (marked with 🟡)
- Will not migrate or the feature is not available in Jira Cloud (marked with :cross_mark:)

> ℹ️ For additional details, see [Scripts requiring changes when migrating](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/edit-v2/1519616224#Scripts-requiring-changes-when-migrating).

| **DC script type/****feature** | **Migrates** | **Feature in Cloud** | **Notes** |
| --- | --- | --- | --- |
| [Workflow conditions](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15487273) | 🟡 | :check_mark: | Condition scripts use [Jira Expressions](https://developer.atlassian.com/cloud/jira/software/jira-expressions/) in Jira Cloud and not SIL unless [rewritten in a different way](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/804552898). |
| [Workflow validators](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15487273) | 🟡 | :check_mark: | Validator scripts use [Jira Expressions](https://developer.atlassian.com/cloud/jira/software/jira-expressions/) in Jira Cloud and not SIL unless [rewritten in a different way](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/804552898). |
| [Workflow post functions](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15487273) | :check_mark: | :check_mark: |  |
| [Listeners](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15480908) | :check_mark: | :check_mark: |  |
| [Scheduler](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15480692) | :check_mark: | :check_mark: |  |
| [Start/Stop scripts](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15481432) | :cross_mark: | :cross_mark: | This feature will not be added to Jira Cloud. |
| [Live Fields scripts](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15488008) | 🟡 | :check_mark: | [Live Fields](https://appfire.atlassian.net/wiki/spaces/LF) is written in JavaScript using [Atlassian ](https://appfire.atlassian.net/wiki/spaces/LF/pages/1497662612)[APIs](https://appfire.atlassian.net/wiki/spaces/LF/pages/1497662612) in Jira Cloud. |
| [Mail handler scripts](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15480237) | 🟡 | :check_mark: | Incoming email scripts use a [different set of functions](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/999162356) in Jira Cloud. |
| [Remote systems](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15486952) | :check_mark: | :check_mark: |  |
| [SIL Panel](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15489795) | :check_mark: | :check_mark: |  |
| [SIL Runner Gadget](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15480445) | :check_mark: | :check_mark: |  |
| [SIL Template Language](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15488414) | :check_mark: | :check_mark: |  |
| [Scripted JQL functions](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15489314) | 🟡 | :check_mark: | The concept of [JQL functions is different in Jira Cloud](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/490997937). All scripts need to be modified to reflect this. |
| [JSM automation scripts](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15480521) | :cross_mark: | :cross_mark: | Feature not currently available in Jira Cloud. May not be added. |
| [Jira automation scripts](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15489219) | :cross_mark: | :cross_mark: | Feature not currently available in Jira Cloud. May be added H2 2025 at the earliest. |
| [Webhooks](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15489512) | :check_mark: | :check_mark: |  |