This page provides details on customizing advanced field templates.
Template syntax
References | Link |
---|---|
Salesforce Object Fields | https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_list.htm |
Velocity Syntax | http://velocity.apache.org/engine/releases/velocity-1.7/user-guide.html |
If you wish to control which fields to display and how, you will need to customize the template further with Velocity syntax.
...
In a Jira issue this displays like:
In the above example, the Case Subject is linked back to that particular case in Salesforce and opens in a new window.
...