Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Live template
templateTypetemplate
templateOption{"label":"FAQ Template Cloud Ready v2","value":"975385007470811129","templateType":"template"}
templateTypeOption{"label":"Confluence template/blueprint","value":"template"}
templateId975385007470811129
excerptPurpose If we map the Salesforce Account Field to a Jira Custom Field, it will be shown as the Account ID rather than its name like in the Salesforce. This behavior is expected due to the value inside the field being the ID rather than the name. An example is below: This article is to help the custom field showing the name of the Account rather than its ID like the example shown below: Answer Rather than directly link the custom field to the Account, we can use the Salesforce Formula Field to get the Account Name first, then link it to the custom field. The steps for the configuration are: Navigate to Salesforce Setup > Object Manager . Search for the linked Salesforce object and click to get its setup details. Move to Fields & Relationships and click New . Select Formula and click Next . Label the field as you want and select Text as the Formula Return Type . Insert "Account.Name" to the formula. Finish the field creation. Check the Salesforce Record that the field able to get the Account Name then do a test pull from Jira to confirm that the Jira custom field is now showing the Account Name.
fieldGroupKeys{"8gq4t5y21n":["net.customware.confluence.plugin.scaffolding__8gq4t5y21n__data_0_oz8cnl8t3e"]}

...