Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Image Added

Availability:

Status
colourBlue
titleJIra
Status
colourPurple
titleJira Service Management

Category:

The "

...

Rich Text" Custom Field empowers you to capture and display additional text content within your Jira issues. With its intuitive editor and wide array of formatting options, this field opens the door to clearer communication, improved documentation, and a more structured representation of your information.


Table of Contents
minLevel1
maxLevel2
outlinefalse
typelist
printablefalse

Field Configuration

Info

Before starting the field configuration, please follow the instructions for creating custom fields

Create a Custom Field

Image Added

Step 1: Set a name and description

Provide a good name for the new custom field. Make it descriptive, concise, and easy to understand for others who will use it. Avoid using ambiguous or overly technical terms.

Congrats! There is no further configuration (smile)


Preview

Image Added

View title and full text

When accessing the field edit dialog, you have the ability to read both the title and the formatted text. Simply click on "Edit" to make changes to both elements.

Image Added

Edit title and full text

The title, which is displayed in the issue view, serves as the prominent element. Meanwhile, the full text allows for various formatting options such as bold, italic, or underlined text. Additionally, you can employ bullet point lists, incorporate links, or include quotes to enhance the presentation of the content.

Image Added

The issue view


Related Use Cases

WSJF (Weighted Shortest Job First)Calendar field


Jira Service Management (JSM)

Warning

The Multi User Select field is currently not available for Jira Service Management.


Data Structure (Automation)

Info

Use Custom Fields with Automation (DRAFT)

To set the value via automation, you need the following object structure

Code Block
{
  "textAdf": ADF Text Format,
  "textRaw": "",
  "title": string
}

Tip: Setting the textAdf and is only recommended if you know what your doing (for example copying an existing text written with the rich text editor). The textRaw field is deprecated and should be left empty.