Info |
---|
This article instructs on how to set up an outbound integration with Rally in Cloudaware. |
Integration Setup
1. Log in to Cloudaware account → click Admin under your username in the upper right corner.
...
2. Locate Rally Notification in Other Integrations. Click +Add.
...
3. Fill in the required information:
...
1Server URL - If you use SaaS Rally, use https://rally1.rallydev.com/ or https://eu1.rallydev.com/ depending on your location. If you use on-prem Rally, use your server public URL.
2Username - your Rally username
3Password - your Rally password
Once credentials are providedinserted, click 4Get Projects to select a 5Rally project for the this integration.
Fill in the Name of a defect Setup Defect details that will be displayed in Rally:
...
*Name - name for a Defect that will be created in Rally . Fill in the Description in the html format. For example, you can use the following
**Description - the description for a Defect in html format
Here is a sample template with the CIS Benchmark Check fields:
Code Block |
---|
'<p>New high severity violation: <a class="cke-link-popover-active" href="https://cloudaware-6398XXXX--ca10.na159.visual.force.com/' + sObject.Id + '">' + sObject.Name + '</a></p>' + '<p><strong>Policy Name:</strong> ' + sObject.Policy_Name__c + '<br />' + '<strong>Subject:</strong> ' + sObject.CA10__subject__c + '<br />' + '<strong>Severity:</strong> ' + sObject.Severity__c + '<br />' + '<strong>Status:</strong> ' + sObject.CA10__status__c + '<br />' + '<strong>Incompliant Start Date:</strong> ' + sObject.CA10__incompliantStartDate__c + '<br />' + '<strong>Account</strong>: ' + sObject.CA10__awsAccount__c + '</p>' |
Environment and Severity fields are optional.WHERE
….
***Environment (optional) -
****Severity (optional) -
Check the form and click Save.
4. The green light in 'Status' means that your JIRA account Rally Notification integration has been successfully added. If there is a red light, please contact support@cloudaware.com
...
Workflow Rule Setup
Cloudaware can send an outbound message to Rally whenever a specific criteria is met, which will automatically create a defect in the appropriate Rally project. The workflow functionality allows to send outbound messages.
...