Step - by step instructions on how to create co-relation between two tools using Co-Relation Builder under Configuration | Co-Relation Builder.
Co-Relation Builder is a functionality which provides the capability to create relations between the various nodes of each configured tool to provide data to Insights. To know about the benefits of Co-Relation, how it works and how the data is stored in Neo4j, please click on the following link to learn more.
This module is only available to the User Role - Admin. User Role with Viewer and Editor, access will not be able to Co-Relation Builder.
On this page you will see how to configure co-relations using the user interface.
Click on Co-Relation Builder.
Select Source Tool and Label
- Please Select Source Tool and Source Label, from the drop down menu
- For example, if the Source tool selected is GIT and Source label selected is GITINSIGHTS, the tool properties are displayed under the Title "Tool Properties" in first column. (In below screenshot Source Tool: GIT and Source Label:GITINSIGHTS are selected and GIT Properties are highlighted for reference)
Select Destination Tool and Label
- Select a Destination Tool & Destination Label from the drop down menu (Note: Selecting Destination Tool is required to view the Correlation between the selected tools).
- For example, if the Destination Tool selected is PIVOTAL TRACKER , and Destination Label selected is STORY_BKP ,the tool properties are displayed under the Title "Tool Properties" in the second column (In below screenshot Destination Tool : PIVOTAL TRACKER , Destination Label: STORY_BKP are selected and PIVOTAL TRACKER Properties are highlighted for reference)
Enter Co-Relation Name Enter a Co-relation name, which needs to be stored in database.
The co-relation name will be added with a Prefix FROM_SOURCE_TOOL_TO_DESTINATION_TOOL.(e.g FROM_GIT_TO_PIVOTALTRACKER_new_relation)
Click on save button to save the relation.
- List of Co-Relation in DATABASE : This column shows all the existing from correlation_configuration in POSTGRES. The newly created relations will also be displayed here.
Graphical view of Relationships : This functionality enables the user to view all details of the selected relationship.
Please Note: The correlation.json file will be located under INSIGHTS_HOME folder.
Back to Top