Skip to end of banner
Go to start of banner

Linking Salesforce records with Remote Object Link custom fields

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Jira Issues and Salesforce Object can be linked as such:

  1. Remote Object Link - for single record of Salesforce object
  2. Multi Remote Object Link - for multiple records of Salesforce object

Contents

A Jira issue can be populated with a list of values from Salesforce Objects based on keywords typed in the custom field search bar.

In the following example, the keyword used is "oil":

Updates can also be pulled manually by clicking on the Refresh button as shown in the following screenshot:

(warning) Take note that the Remote Object Link field in the example above is associated with an Account Object and uses the following code in its field template:

*Account Name:*[$fields.Name|$url]
*Account Number:* $fields.AccountNumber
*Industry:* $fields.Industry
  • No labels