Create a custom app in
CA Agile Central using HTML or Javascript to display user-story related test-coverage information.
To create a custom HTML app:
Navigate to the tab in
CA Agile Central where your custom app should reside.
Click
Customize Page and click
Add App.
The
App Catalog displays.
Click
Custom HTML under
Custom and click
Add This App.
Enter a title and switch to
Silk Central.
In the menu, click
Help
> Tools.
Click
CA Agile Central Iteration Status Mashup and copy the HTML code.
Switch back to
CA Agile Central and paste the HTML code into the
HTML field.
Configure the script in the field to match your
Silk Central environment:
Check if the valid script source is set, for example
<script type="text/javascript" src="http://localhost:19120/silkroot/script/sctm-toolkit.js"></script>.
Check if the valid URL for
Silk Central is set, for example
var SCTM_URL = "http://localhost:19120/".
Check if a valid
Silk Central project ID is set, for example
var SCTM_PROJECT_ID = 0.
Check if a valid attribute name is set, for example
var SCTM_ATTRIBUTE_FOR_RALLY_US = "rallyattr".
Make sure usage of the
FormattedID from
CA Agile Central is enabled,
var USE_FORMATTED_ID = true.
Click
Save.
Your custom HTML app in
CA Agile Central is created.