# Create a JEditor-compatible Custom Field

Since it is impossible for a Jira Cloud's app to create its own custom field type, this app provides JEditor-compatible Editor for fields of Jira Cloud’s built-in types. This gives you important benefits:

* All JEditor-compatible data is stored securely in your Jira Cloud the same way other Jira data is stored. **Your data will never be stored on our site.**
* Search, JQL, export, API, email notifications, and other field-related utilities will work the same way other fields work.

Please follow the instructions below to create a JEditor-compatible custom field.

## Migrate JEditor custom fields from Jira Data Center or Jira Server to Jira Cloud

{% hint style="info" %}
JEditor custom fields only Jira Data Center or Jira Server must be created by the [JEditor - Rich Text Editor For Jira](https://marketplace.atlassian.com/apps/1210768/jeditor-rich-text-editor-for-jira?tab=overview) plugin.
{% endhint %}

Please see [this article](https://fulstech.gitbook.io/docs/custom-fields/jeditor-compatible-custom-field-for-jira-cloud/jira-cloud/migrate-to-jira-cloud).

## Configure JEditor custom fields on Jira Cloud

Go to the **Project Settings** page of the project that contains JEditor custom fields. Select **JEditor-compatible Fields** under the **Apps** menu. In the configuration page, select the JEditor custom fields that have been migrated along with all issue types containing the fields.

<figure><img src="/files/V3UDLqLLJa75YyHv86WR" alt=""><figcaption><p>JEditor-compatible custom fields for Jira</p></figcaption></figure>

Open an issue that contains the field. Click on the **More Options (three-dots)** button. You should see the **JEditor-compatbile Fields** section.

<figure><img src="/files/BvzIQUjVMv0BXerlewRL" alt=""><figcaption><p>JEditor-compatible custom fields for Jira</p></figcaption></figure>

<figure><img src="/files/Vb9cKsx3IQNHfOdNEs8C" alt=""><figcaption><p>JEditor-compatible custom fields for Jira</p></figcaption></figure>

Edit the field *in the **JEditor Fields** section* by clicking **Edit** under the edito&#x72;*.*

{% hint style="danger" %}
Do not use the normal editor provided by Jira
{% endhint %}

<figure><img src="/files/1NDvgz4kRa74t8npa6nE" alt=""><figcaption><p>JEditor-compatible custom fields for Jira</p></figcaption></figure>

## Hide the original field editor

**If your project is company-managed (formerly classic),** you can also hide the original field editor. Please see the instructions here <https://support.atlassian.com/jira-software-cloud/docs/configure-field-layout-in-the-issue-view/#Configurefieldlayoutintheissueview-Hiddenfields>.

![JEditor-compatible custom fields for Jira](/files/-Ma8B0z4-W1q9tNPNHCy)

## Templates

Templates can be used to reduce the efforts composing repetitive content.

To create a template, navigate to the **JEditor Fields** setting and click **Add Template**.

<figure><img src="/files/Ugs3Ay5T9m2ioznIvSTr" alt=""><figcaption><p>JEditor-compatible custom fields for Jira</p></figcaption></figure>

In the template management screen, input the content and click **Save**.

<figure><img src="/files/elUB2DJhnsbXcqtA9S0d" alt=""><figcaption><p>JEditor-compatible custom fields for Jira</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fulstech.gitbook.io/docs/custom-fields/jeditor-compatible-custom-field-for-jira-cloud/jira-cloud/create-a-markdown-enabled-custom-field.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
