Creating a Custom HTML App in CA Agile Central

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:

  1. Navigate to the tab in CA Agile Central where your custom app should reside.
  2. Click Customize Page and click Add App. The App Catalog displays.
  3. Click Custom HTML under Custom and click Add This App.
  4. Enter a title and switch to Silk Central.
  5. In the menu, click Help > Tools .
  6. Click CA Agile Central Iteration Status Mashup and copy the HTML code.
  7. Switch back to CA Agile Central and paste the HTML code into the HTML field.
  8. 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.
  9. Click Save. Your custom HTML app in CA Agile Central is created.