Versions Compared

Key

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

This guide will walk you through the process of automating workflows to create new Salesforce Objects.

Prerequisites

A Jira workflow can be customized to create new Salesforce objects in Salesforce when triggered by a particular step. This is achieved by adding a new post function to a workflow step.

...

The following steps use the example of creating a Salesforce Case object in Salesforce whenever the associated issue hits the Start Progress transition of the Open step in the default Jira workflow.

  1. Go to Cog Icon

...

  1. > Issues.

  2. In the side bar, click Workflows.

  3. Copy the existing Jira project workflow to a new workflow for the Salesforce by clicking Copy under the Actions column.

...


  1. Image Added



  2. Name the new workflow "Salesforce Project Workflow" and add a description.
    Click Copy.

...


  1. Image Added
  2. You should be automatically be brought to the copied Workflow.
    Click on Diagram.

  3. A workflow diagram will appear.
    Click on the Create transition arrow.
    When the pop-up screen appears, choose Post Functions.

...


  1. Image Added



  2. Click on Add Post Function to add a new post function.

...


  1. Image Added



  2. A post function called Push to Remote System will be available.
    Select this and click Add.

...


  1. Image Added



  2. Select the Target System and object type from the drop-down menu (e.g.: "Salesforce Case"). The Target System will be the name inherited from the connection you set up for Salesforce. In our example this was "Salesforce". The list of all possible objects in Salesforce is listed.
    Click Add.

...


  1. Image Added



  2. After adding the Post Function, you will need to reorder the Post Function sequence.
    By default, the "Push the issue as a new Salesforce Case..." will be at the top.

...


  1. Image Added



    You will need to move it down below the "Creates the issue originally" Post Function:

...


  1. Image Added



  2. The workflow is now ready!
    Next you will need to create a workflow scheme and associate it to your Salesforce project. (See: Activating Workflow on how to do this.)

  3. To ensure the post function has been set up properly, create a new issue in the Salesforce project in Jira and click Start Progress.
    A new Salesforce Case should be created in Salesforce and its details automatically populated in the Jira issue.

Notes

You can have the object created when a Jira issue is created by clicking on the Open step in step 7 above instead of Steps.

...