Skip to main content
Skip table of contents

Customize look & feel of custom fields

The second step in configuring a connected custom field consists in setting up how the data retrieved from an external source will be displayed in your Jira work item.

Template

Templates define what is displayed after the data is retrieved.

Process:

  1. A query retrieves a result set

  2. A template formats it into text or select options

For select lists, you can use the following template:

CODE
${row.name}

For read-only fields, you can use the following template:

CODE
${data.name}

Learn a lot more in our Template guide.

Live update

See Live update page to learn how to configure a field so that its displayed value is refreshed every time the issue is viewed.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.