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.
Before you beginCreate a directory named
workitemsummary in the commondir "Enterprise" directory. For example, if the enterprise name is "acme", the directory is
/commondir/acme/workitemsummary.
- Procedure
- Create the repositoryattributes-config.json file in the workitemsummary directory.
- 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" ] }
- Save the repositoryattributes-config.json file.