Additional configuration steps for OSLC Rational ClearQuest Integration

For Rational ClearQuest users that are using a repository name that is different from the Rational ClearQuest default name of "7.0.0", the following additional configuration steps are required.

About this task

The following additional configuration steps for Rational ClearQuest Integration are required:

Procedure

  1. The Service Provider List URI field is read-only when any OSLC Interactions exist for a Service Provider. To change the Service Provider List URI to correspond to your repository, you must delete the existing Interactions.
    1. Click Go to > Integration > OSLC Providers.
    2. Open the Rational ClearQuest OSLC Provider, SCCDCQPROVIDER.
    3. In the OSLC Interactions table, select the delete icon next to each OSLC Interaction to delete it. Repeat until all interactions are removed.
  2. After the Interactions are deleted, edit the Service Provider List URI field, replacing 7.0.0 with your repository name. Save the OSLC Provider.
  3. You must also edit the Access Token, Request Token, and Authorization URL paths in your End Point.
    1. Click Go to > Integration > Endpoints..
    2. Open the Rational ClearQuest End Point, SCCDCQOAUTH.
    3. Edit the value fields for ACCESSTOKENURL, AUTHORIZATIONURL, and REQUESTTOKENURL, replacing 7.0.0 with your repository name.
    4. Save the End Point.
  4. Add the Interactions back by using the OSLC Interaction creation wizard.
    1. Click Go to > Integration > OSLC Providers.
    2. Open the Rational ClearQuest provider, SCCDCQPROVIDER.
    3. Select the Create OSLC Interaction action.
    4. To create a selection interaction, enter the following when prompted. You can leave all other fields filled with their default values.
      1. Interaction: PROBCQSELECTION
      2. Interaction Type: SELECTIONDIALOG
      3. Resource Type: SCCDCR
      4. Usage URI: http://open-services.net/ns/cm#requirementsChangeRequest
      5. Click Next.
      6. Association Property: affectedByDefect
      7. Click Next.
      8. Application: PROBLEM
      9. Application Tab: relatedrec
      10. Push Button Label: Associate Request
      11. Security Group: Go through the list and select which groups can use the selection interaction.
      12. Click Complete.
    5. To create a creation interaction, enter the following when prompted. You can leave all other fields filled with their default values.
      1. Interaction: PROBCQCREATION
      2. Interaction Type: CREATIONDIALOG
      3. Resource Type: SCCDCR
      4. Usage URI: http://open-services.net/ns/cm#requirementsChangeRequest
      5. Click Next.
      6. Association Property: affectedByDefect
      7. Click Next.
      8. Application: PROBLEM
      9. Application Tab: relatedrec
      10. Push Button Label: Create Request
      11. Security Group: Go through the list and select which groups can use the creation interaction.
      12. Click Complete.
  5. Optional: You can use Application Designer to edit the tab, table, or labels that the interaction wizard created.
    1. Click Go to > System Configuration > Platform Configuration > Application Designer.
    2. Open the Problems application.
    3. Use the Export XML action to obtain the application XML.
    4. Edit the XML, replacing any label attributes in the OSLC tab group with a different name. It is important that only label attributes are changed.
    5. Import the XML and Save the application in Application Designer to apply the changes.
  6. You can now use the Rational ClearQuest Integration in the Related Records tab of the Problems application.


Feedback