To isolate integrations to a project area other than the default, you must edit the integration_config.xml file that is created during the provider integration configuration. In the <instance> tag in integration_config.xml, add a new tag called <projectArea>. The value of that tag should be the name of the project area you want to associate the integration with.
This example shows the configuration of the IBM Rational Build Forge® provider application to use the project area called "Test Project Area".
<RTLMExtensionAPIRegistration> <adapter> <name>BuildForge 7.1 RTLM Integration Adaptor</name> <version>1.0</version> <APIVersionSupported>1.0</APIVersionSupported> <inventoryExtensionId>com.ibm.rational.test.lm.spi.bf.v71.inventory</inventoryExtensionId> <automationExtensionId>com.ibm.rational.test.lm.spi.bf.v71.automation</automationExtensionId> <pluginId>com.ibm.rational.test.lm.spi.bf.v71</pluginId> <instance> <projectArea>Test Project Area</projectArea> <instanceId>localhost</instanceId> <hostname>localhost</hostname> <port>3966</port> <offline>FALSE</offline> <credential> <username>root</username> <password>foobar</password> </credential> </instance> </adapter>