Hi Team,
I have a requirement to create two custom fields in Jira:
I would like these fields to have the same capabilities as the standard Description field, such as:
I couldn't find a custom field type that provides the same functionality as the Description field. I tried the Paragraph/Text Area custom field, but it appears to support only around 4,000 characters and does not provide the same rich text experience.
Has anyone implemented a similar requirement?
Looking for guidance on:
Any suggestions would be appreciated.
Thanks!
Welcome to the Atlassian Community!
Yes, you can change your multi line text field from Default Text Renderer to Wiki Renderer
To configure this, navigate to Project Settings → Fields → search for the field → click the Edit icon → enable the 'Use wiki renderer' option
Cheers!
P.S. If it's a JSM project, you'll find the Fields setting under 'Request management' tab OR it's available under "Work items' tab on Jira software projects
Hi , I haven't see those options
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kranthi kumar Girri It looks like you're on the Admin Settings page rather than the Project Settings page
Please open the Jira Space (Formerly known as Projects) where you're using these fields, then navigate to Project Settings → Fields → search for the field → click the Edit icon → enable the 'Use wiki renderer' option
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wiki renderer is a Server and Data Center setting. Jira Cloud doesn't have it — there's an open feature request for exactly this (JRACLOUD-42832), so that menu will never show up no matter which settings page you're on. Paragraph (supports rich text) is the right field type on Cloud, and your screenshot shows you already have it. Jean's point about ADF storage covers the length worry.
For the 20,000 character requirement I'd push back on the design. Acceptance Criteria is fine in a Paragraph field because it stays short. Knowledge Transfer at that length belongs on a Confluence page linked from the issue. You get version history and comments there, and the issue stays readable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there! Welcome to the Atlassian Community! 👋
You are spot on! The field type that closest matches the formatting capabilities of the Description field is indeed Paragraph (supports rich text).
Here is a quick breakdown of how this field works along with its storage limits:
To get a rich text editing experience for your custom field:
Unlike simple text fields, rich text fields in Jira do not enforce a standard character limit. Instead, they operate under a data storage limit:
Pro Tip: In practical terms, 1 MB of ADF payload is massive for a single field. It holds a substantial amount of formatted content, so users rarely hit this ceiling during day-to-day documentation!
Hope this helps clear things up! If you run into any questions about field permissions, screen schemes, or automation rules related to custom fields, feel free to reach out.
If this response solved your question, please consider marking it as Accepted Answer so other community members facing the same question can find the solution easily! 🚀
Cheers and happy configuring!
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.