Versions Compared

Key

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

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":Image Removed

...

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

...

(warning) Take  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:

Code Block
*Account Name:*[$fields.Name|$url]
*Account Number:* $fields.AccountNumber
*Industry:* $fields.Industry

...