Mapping Supported Domains
Windchill RV&S server supports the Requirements Management and the Change Management domains.
Based on the domain that you would like to report on, for OSLC mapping, you must ensure that the types and fields are mapped in the respective domain mapping .json files.
To map the Requirements Management domain fields, use the requirements-domain-mapping.json file and for the Change Management domain fields, use the change-domain-mapping.json file. A sample of each domain mapping file is placed in <installdir>/mappings/.
The Windchill RV&S OSLC Server supports discovery of various resource types that are defined in the Windchill RV&S mapping file ResourcesNameMapping.xml located on the Windchill RV&S server. This mapping file corresponds to the administrative objects on the Windchill RV&S server. For more information on auto-mapped admin objects, see the Windchill RV&S Installation and Upgrading Guide.
Across domains, the Windchill RV&S OSLC server has a Service Provider to report on All Projects resources.
* 
The Unspecified project is listed only for the change domain and not the requirements domain.
Each domain mapping file has properties unique to the domain and a query property to query on properties mapped in the file.
Requirements Management Domain
The Windchill RV&S OSLC server supports reporting on the Requirements Management domain resources.
For the Requirements domain, Windchill RV&S OSLC server offers the following Service Provider resources:
Requirement documents under a specific project.
Requirements under a specific project.
The OSLC mapping file requirements-domain-mapping.json located in <installdir>/mapping, defines the mapping for the following requirements domain-specific properties:
requirementTypes: Requirements in the requirements domain with the Windchill RV&S node (requirements).
requirementCollectionTypes: Requirement collections in the requirements domain with the Windchill RV&S segment (requirement documents).
You can edit the existing fields or replace the contents of the file to define the mapping with your custom solution.
This enables the Windchill RV&S OSLC server to expose the requirements domain to the OSLC client applications. For more information on domain mapping, refer to, Mapping a Domain Using the Windchill RV&S OSLC Server.
Change Management Domain
The Windchill RV&S OSLC server supports reporting on the Change Management domain resources.
For the change domain, Windchill RV&S OSLC server offers the following Service Provider resources:
ChangeNotice
ChangeRequest
Defect
Enhancement
ReviewTask
Task
The OSLC mapping file change-domain-mapping.json located in <installdir>/mapping, defines the mapping for the following change domain-specific properties:
changeNoticeTypes
changeRequestTypes
defectTypes
enhancementTypes
reviewTaskTypes
taskTypes
You can edit the existing fields or replace the contents of the file to define the mapping with your custom solution.
This enables the Windchill RV&S OSLC server to expose the change domain to the OSLC client applications. For more information on domain mapping, refer to, Mapping a Domain Using the Windchill RV&S OSLC Server.