Creating JSON File

To view the work item summary based on the record attribute data, configure the repository and its attributes in the repositoryattributes-config.json file.

Prerequisites

Create a directory named workitemsummary in the commondir "Enterprise" directory. For example, if the enterprise name is "acme", the directory is /commondir/acme/workitemsummary.

Procedure

  1. Create the repositoryattributes-config.json file in the workitemsummary directory.
  2. Enter the repository and its attribute name in an uppercase. The format of the .json file is as follows:
    Note: Ensure that the .json file is well-formed.
    Refer to the following example:
    {
    "PERSON": [
    "FIRSTNAME",
    "MIDDLENAME",
    "LASTNAME"
    ]
    ,
    "ADDRESS": [
    "STREET",
    "CITY",
    "COUNTRY"
    ]
    }
  3. Save the repositoryattributes-config.json file.