Versions Compared

Key

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

...

  1. Create a Salesforce Formula Field (Text) to reference the Account Address (we have a similar use case on the following documentation https://apps-docsappfire.servicerocket.com/salesforce-jira/mapping-account-name-to-a-jira-custom-fieldatlassian.net/wiki/spaces/CSFJIRA/pages/470758418/Mapping+Account+Name+to+a+Jira+Custom+Field?src=search )

  2. In the syntax, referencing the Account Address throws an error due to incompatibility

  3. Therefore a workaround using custom syntax like this article can be used (We used “, “ instead)

    Code Block
    Account.BillingStreet + ", " +
    Account.BillingCity + ", " +
    Account.BillingState + ", " +
    Account.BillingPostalCode + ", " +
    Account.BillingCountry
  4. Map the new formula field to your Jira custom field.

  5. The field value should be synced accordingly.

    1. Salesforce:

    2. Jira: