A JIRA workflow can be customized to create new Salesforce objects in Salesforce.com when triggered by a particular step. This is achieved by adding a new post function to a workflow step.
A practical usage of this feature would be if a JIRA issue used for support is escalated and a Salesforce Case must be created for it. Without workflow customization the user would have to push the issue to Salesforce manually. With workflow customization this can be completely automated as long as all the required information is supplied to Salesforce.com.
Step-by-Step Guide
The following steps use the example of creating a Salesforce Case object in Salesforce.com whenever the associated issue hits the Start Progress transition of the Open step in the default JIRA workflow.
Go to the Administration section of the application and enter your password if prompted.
Click on "Workflows" under the "Global Settings" section of the left hand menu.
Copy the existing jira (Read-only System Workflow) to new a workflow for the Salesforce by clicking "Copy" under the "Actions" column.
Name the new workflow e.g. "Salesforce Project Workflow" and add a description. Click "Copy".
You will see the new inactive workflow in the list of workflows.
We now need to edit the "Open" step of the new workflow. Click on "Steps" in the "Operations" column of the new workflow.
A list of steps available for the workflow will display. Click the "Start Progress" transition for "Open" step.
Click on the "Post Functions" tab.
Click on the Add link at the top of the post function area to add a new post function.
A post function called "Push to Remote System" will be available. Select this and click "Add".
Select the Target System and object type from the drop down. e.g "Development Salesforce Case". The Target System will be the name inherited from the connection you set up for Salesforce. In our example this was "Development Salesforce". The list of all possible objects in Salesforce is listed. Click "Add".
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.
To ensure the post function has been set up properly, create a new issue in the Salesforce project in JIRA and then click "Start Progress". A new Salesforce Case should be created in Salesforce and its details automatically populated in the JIRA issue.
Page Contents
ProTip
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.
In the Workflow Browser at the top right you will see the incoming transition Create Issue.
Clicking this transition and adding the post function there will trigger the post function upon issue creation.
Be careful to move the post function at the bottom of the list to ensure the issue exists before creating an object in Salesforce.