...
- You have completed Step 3 - Importing to the New Connector.
- You have administrator access to JIRA Cloud.
- You have administrator access to Salesforce. Note that if you are using Apex classes and triggers, you need to co-ordinate the deployment process from Sandbox to Production.
Guides
- Install the Salesforce Package for Salesforce & JIRA Cloud Connector from the AppExchange.
- Establish a connection between JIRA Cloud and Salesforce.
- Add Visualforce pages to required objects.
By this time, you should be able to test the Create JIRA Issue or Associate button in the JIRA Issues Visualforce page. - If required, configure Apex triggers to automate JIRA issue creation or push operation using Apex triggers.
If you implemented auto sync operations in Salesforce for the Classic Connector, you might want to update to the endpoints provided by the New Connector. - By this time, you should verify by simulating the expected users steps to trigger the automation, and see the effect in JIRA Cloud.
- Once everything is working, it is safe to remove the old features from Salesforce.
This includes:- Custom Visualforce buttons and pages in page layouts, using the Classic Connector Endpoints.
- Custom Apex classes and triggers, that uses the Classic Connector REST API.
Testing the configuration
...