Previous Topic: Upgrade or Install CA Clarity Agile Plug-in on JIRA

Next Topic: Configure the CA Clarity Agile Settings for JIRA


Change the URL for Accessing CA Clarity Agile or CA Clarity Requirements Sandbox Environment from JIRA

After you install the CA Clarity Agile and CA Clarity Requirements add-in, you can edit the URL that JIRA uses to access Salesforce.com. The default URL points to the regular environment. You can create a Sandbox environment for CA Clarity Agile or CA Clarity Requirements and can change the URL to allow the add-in to access the Sandbox environment instead.

Note: Change the URL only if you want to access a CA Clarity Agile and CA Clarity Requirements Sandbox environment. Perform this task only if you have created a Sandbox environment.

See the Salesforce.com Help & Training for more information.

Follow these steps:

  1. Stop JIRA.
  2. Create a temporary directory (for example, C:\jira_temp).
  3. Copy the ca-agile-jira-integration-1.6.jar file from the lib directory under the JIRA installation directory to the temporary directory.
  4. Unpack the ca-agile-jira-integration-1.6.jar file as follows:
    jar -xvf ca-agile-jira-integration-1.6.jar
    
  5. Edit the jiraintegration.properties file by changing the default URL from the following URL:
    avee.endpoint=https://www.salesforce.com/services/Soap/u/18.0
    

    To the following URL:

    avee.endpoint=https://test.salesforce.com/services/Soap/u/18.0
    
  6. Save the properties file.
  7. Recreate the jar file as follows:
    jar -cvf ca-agile-jira-integration-1.6.jar
    
  8. Copy the ca-agile-jira-integration-1.6.jar file to the lib directory under the JIRA installation directory.
  9. Delete the temporary directory (c:\jira_temp).
  10. Restart JIRA.