Versions Compared

Key

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

...

Options

Example

decimal

1, 2, 3, 4

iso-2145

1, 2, 3, 4

full-decimal

one, two, three, four

lower-latin

a, b, c, d

lower-roman

i, ii, iii, iv

lower-greek

α, β, γ, δ

upper-latin

A, B, C, D

upper-roman

I, II, III, IV

upper-greek

Α, Β, Γ, Δ

custom

See custom format

Starting number

The default starting number is 1. If you want to start at a higher number, you can configure it here.

You can add a comma-separated list to change the starting number of several levels of headings. For example, adding 1,3,3 starts the second and third heading at 3.

...

For example, if you only want to number headings as 1 - 3, you can skip the rest of the headings by entering this list: H4, H5, H6.

...

Custom format

When you select custom as the Number format, additional fields are added to the

...

Jira Legacy
serverSystem JIRA
serverId8382ec9d-abb6-3a29-8d72-95b9a5732a63
keyNH-51

configuration. Each field represents a heading level and allows you to define your own numbering format for this heading.

Info

When a field is left empty, the heading is not numbered.

The format can consist of a combination of regular characters and number values. Numbering values can be added in between square brackets and have the following format:

Code Block
[heading.format]

Replace the heading with the heading level that you want to use: H1 - H6. Replace the format with one of the available formats from the Number format table earlier on this page.

Example

Result

H1 format: Chapter [h1.decimal]

H2 format: [h1.decimal].[h2.upper-latin]

Chapter 1

1.A

1.B

For further information on the formatting, click the info tab.