Linking To Projects

In order to facilitate communication and exchanges between users, Squore allows to build direct links to projects, using the Explorer page URL.

The URL will be made of two parts, the base URL (http://localhost:8180/ui/explorer) and the optional parameters to specify which project, artefact and such you want to target.

Accepted parameters are the following:

  • model, the model directory name as defined in the configuration.

  • group, the group folder name as provided in the projects parameters.

  • project, the project ID as can be found in Manage project > Properties page.

  • version, the version ID as can be found in Manage project > Versions page.

  • refVersion, the reference version ID as can be found in Manage project > Versions page.

  • artefact, the artefact ID as can be found in the artefact sidebar details by clicking on the See details menu.

  • tab, the Explorer tab name as can be found in Explorer Tabs Settings section.

  • dashboard, the dashboard unique identifier as can be found in XML configuration file under the id attribute.

  • chart, the chart unique identifier as can be found in XML configuration file under the id attribute.

  • highlight, the highlight unique identifier as can be found in XML configuration file under the id attribute.

  • finding, the finding ID as can be found in the Findings page sidebar details.

  • actionItem, the action item ID as can be found in the Action Items page.

  • projectName, the project name as provided in the projects parameters.

  • versionName, the version name as provided in the projects parameters.

Example of a URL targeting the dashboard of an artefact in a specific version and branch
http://localhost:8180/ui/explorer?branch=851&version=2350&artefact=7708405&tab=dashboard
Example of a URL targeting an action item for a specific version and branch
http://localhost:8180/ui/explorer?actionItem=472&branch=1&version=8
Example of a URL targeting the Findings tab of Mars project in version V2
http://localhost:8180/ui/explorer?projectName=Mars&versionName=V2&tab=findings

A quick and easy way to find most of this information is to directly copy the URL from your web browser address bar or the shared link you can get from the See details dialog.

ALL sharedLink
Figure 1. The sharing dialog for artefact robot.c