---
title: "[Includes] Custom Fields - The script editor"
canonical: "https://support.appfire.com/space/JMCFC/1741750322/%5BIncludes%5D%20Custom%20Fields%20-%20The%20script%20editor"
format: markdown
---
> Macro (aura-html)

The script editor window includes standard code editing features, including syntax colorization, error highlighting, code formatting, and code completion. Additionally, the script editor will provide prompts when it detects you are implementing API calls in your code. 

The editor also includes three shortcut buttons to the right side of the window:

- :contract: **Expand/Contract** - Expand the editor to full height, or shrink it back to its original height.
- :templates: **Snippets **- Pre-written script examples.
- :help: **Help** - Links to JMCF for Jira Cloud documentation, scripted field documentation, and the Appfire support portal.

![Jira Misc Custom Fields (JMCF) Cloud scripted field editor interface](media://cb32138d-11be-4efe-b084-64ba95635dea)

## Scripted Field Hints

![Jira Misc Custom Fields (JMCF) Cloud scripted field code hints display](media://150ceea7-31b8-4d17-8f1e-31ac3da57346)

Similar to many code editors, the scripted field editor includes syntax highlighting, error highlighting, cursor navigation, and code completion. The editor has access to all **JMCF for Jira Cloud** APIs and provides prompts as you type, as well as function references.