Skip to main content
Skip table of contents

3 - Customize look & feel of custom fields

The next 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.

JavaScript errors detected

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

If this problem persists, please contact our support.