Versions Compared

Key

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

...

  1. Create a Salesforce custom text field that will hold the Salesforce Record ID; its length should be 18 or more to match the length of the record ID. Please do not create a formula field to capture the ID.

    Image RemovedImage Added
  2. Add the new text field to the object page layout.

    Image RemovedImage Added
  3. On this field, we need to copy and paste the record ID from the URL (This can be automatized by using a flow or trigger)

    Image RemovedImage Added
    1. We can use the following flow to automate the copy:

      1. In Salesforce, go to Setup > Flows > New Flow > Select “Record-Triggered Flow” > Click on Create.

    2. On the next screen, set the flow parameters as follows (in the example we are using the case object):

      Image RemovedImage RemovedImage AddedImage Added
    3. Click on the add element button (+) and select the “Update records” option.

    4. On this screen, set the flow parameters as follows:

      Image RemovedImage Added
  4. When we have filled in the field with the record ID, the connector will be able to find it in the jira association screen.

    Image RemovedImage RemovedImage AddedImage Added