Jira Cloud platform Developer

  • Guides
  • Reference
  • Resources

Jira Cloud platform Developer

REST API
Document Format
REST API v2
Modules
JavaScript API
Jira expressions types
  • Document structure
  • Document builder
  • Document viewer
  • Client libraries
  • Node - blockquote
  • Node - bulletList
  • Node - codeBlock
  • Node - doc
  • Node - emoji
  • Node - hardBreak
  • Node - heading
  • Node - listItem
  • Node - media
  • Node - mediaGroup
  • Node - mediaSingle
  • Node - mention
  • Node - orderedList
  • Node - panel
  • Node - paragraph
  • Node - rule
  • Node - table
  • Node - tableCell
  • Node - tableHeader
  • Node - tableRow
  • Node - text
  • Mark - code
  • Mark - em
  • Mark - link
  • Mark - strike
  • Mark - strong
  • Mark - subsup
  • Mark - textColor
  • Mark - underline

Mark - underline

Purpose

The underline mark is intended to be applied to text nodes to indicate underline styling.

Example

1
2
3
4
5
6
7
8
9
{
  "type": "text",
  "text": "Hello world",
  "marks": [
    {
      "type": "underline"
    }
  ]
}

Fields

NameMandatoryTypeValueNotes
type✔string"underline"
System statusPrivacyDeveloper TermsTrademarkCookie preferences© 2019 Atlassian