Create

To create a Tracked Workspace, go to the portal and go to the organization page. Select the organization for which you want to create a Tracked Workspace; in our example, we create one for IPMHub.

  1. Click the New button on the top right corner of the table:

    new tws

    Click the image to enlarge

  2. Give it a name and optionally a description:

    New tws form

    Click the image to enlarge

  3. Now open the created Tracked Workspace and copy the Association ID:

    alt text

    Click the image to enlarge

  4. Go to the workspace created with IPM that you want to track, open ipmhub.json, create an array called associations, and add the Association ID created earlier.

        {
        "workingFolder": "packages",
        "workspaceName": "Demo1",
        "associations": [
            "4baf8889sdfsdf"
        ],
        "packages": [
    
        ]
        }
        
  5. Save the file. All future actions on this workspace will be tracked now.