Versions Compared

Key

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

Excerpt
hiddentrue

Detailed description of the available column types. Check what columns you can use in a grid.

Info

This article describes the column types available in the grid.

Contents

Table of Contents
stylenone

String

Use this column type to enter a single line of text. By default the text is aligned left.

Image Removed
Image Added

Textarea

Use this type to add plain text, including paragraphs. The column is available for JQL search. You can set a maximum number of characters in the column configuration. To add a new paragraph in the table cell, please use Ctrl+Enter hotkey. 

By default the text is aligned left.

To add a custom formatting use the Wiki Markup. Check how to format text in textarea column for more details.

Image Added

Text Effects

Makes text as deleted.

-deleted-

(tick)

Makes text in citation.

??citation??

(tick)

Makes text as inserted.

+inserted+

(tick)

Makes text in superscript.

^superscript^

(tick)

Makes text in subscript.

~subscript~

(tick)

To make an entire paragraph into a block quotation, place "bq. " before it.

To make an entire paragraph into a block quotation, place "bq. " before it.

(tick)

Headings

h1. Biggest heading

h1. Biggest heading

(tick)

h2. Bigger heading

h2. Bigger heading

(tick)

h3. Big heading

h3. Big heading

(tick)

h4. Normal heading

h4. Normal heading

(tick)

h5. Small heading

h5. Small heading

(tick)

h6. Smallest heading

h6. Smallest heading

(tick)

Text break

Creates a line break. Not often needed, most of the time the wiki renderer will guess new lines for you appropriately.

\\

(tick)

Creates a horizontal ruler.

----

(tick)

Produces symbol.

---

(tick)

Produces symbol.

--

(tick)

Links

Creates a link to an external resource, special characters that come after the URL and are not part of it must be separated with a space.

The [] around external links are optional in the case you do not want to use any alias for the link.

Code Block
[http://jira.atlassian.com]
[Atlassian|http://atlassian.com]

(tick)

Creates a link to an email address, complete with mail icon.

[mailto:legendaryservice@atlassian.com]

(tick)

Lists

A bulleted list (must be in first column). Use more (**) for deeper indentations.

Code Block
* some
* bullet
** indented
** bullets
* points

(tick)

A list item (with -), several lines create a single list.

Code Block
- different
- bullet
- types

(tick)

A numbered list (must be in first column). Use more (##, ###) for deeper indentations.

Code Block
# a
# numbered

# list

(tick)

Mixed nested lists

Code Block
# a
# numbered
#* with
#* nested
#* bullet
# list

(tick)

Tables

Makes a table. Use double bars for a table heading row.

Code Block
||heading 1||heading 2||heading 3||
|col A1|col A2|col A3|
|col B1|col B2|col B3|

(tick)

Misc

Graphical emoticons

:) :( :P :D ;) (y) (n) (i) (/) (x) (!)

(tick)

(+) (-) (?) (on) (off) (*) (*r) (*g) (*b) (*y) (flag)

(tick)

Image Removed

Single Select List

Use this type to represent a drop-down list of options with single choice. There are static and dynamic options; you can combine them in one column.

You can configure dynamic options using an external data source

Image Removed
Image Added

Multi Select List

Use this type to represent a list of options where you can pick multiple choices. There are static and dynamic options; you can combine them in one column.

You can configure dynamic options using an external data source

Image Modified

Integer

Use this type to store plane integer number. The values for the Integer column type should be in range from -2147483648 to 2147483647, inclusive.

 By

 By default the text is aligned right.

Image Removed
Image Added

Number

Use this type to store number fields with a decimal. The largest positive finite value of type double is (2-2-52)·21023.

By default the text is aligned right.

Image Removed
Image Added


Checkbox

Use this type to display a checkbox. By default the checkbox is not set. This type uses boolean values. 

Image Removed
Image Added

Userlist

Use this type to select a JIRA User from a dropdown list.  A

cell

cell displays User avatar alongside with the User display name.

Image Removed
Image Added

Date

Use this type to store date data. You can set custom format or select the predefined presets based on locale. The default format is set to 'L'.  

Image Removed
Image Added


DateTime

Use this type to store date and time data. You can set custom format or select the predefined date and time presets based on locale. The default format for is set to 'L' for date and 'hh: mm A' for time.

Image Removed
Image Added

Time

Use this column to store time data. You can set custom format or select the predefined presets based on locale. The default format is set to 'hh: mm A'.

Image Removed
Image Added

Formula

Allows executing formula expression written in JavaScript.  Displays a result of the formula specified in the column configuration. 

Image Removed
Image Added

Sequence 

Use this type to set an auto-countable column. Usually used to count the table rows. You can set a step size in the column configuration.

Default step is set to 1. You can use this column type in JQL search. 

Image Removed
Image Added

Attachment

Use this column type to add various types of attachments to your grid.

Image Removed
Image Added

To upload a file in the grid press Image Modified Upload.

Note

Uploading is not available when you configure the grid and on the create issue screen.

The file name and format are displayed in the cell after uploading.

Attached files appear in the Attachments section of your Jira issue and in the drop-down list of attachments after saving the grid.

Warning

If you delete the attachment from the Attachments section, the attachments will not be available in the grid.

On this page

Table of ContentsmaxLevel2minLevel2