Global Configurations resolution depends on OSLC link types and associated Jira Version Fields.
Following is the standard mapping used to determine the Jira Version Field to use, to a resolve a Global Configuration, depending on the OSLC Link Type.
| Target Domain | OSLC Link Type | Jira Version Field |
|---|---|---|
| Architecture Management | elaborated by architecture element | Affects Versions |
| Change Management | affected by defect | N/A |
| affects plan item | N/A | |
| contributes to | N/A | |
| related change request | N/A | |
| tracks | N/A | |
| Requirements Management | affects requirement | Affects Versions |
| implements requirement | Fix Versions | |
| tracks requirement | Fix Versions | |
| Quality Management | affects test case result | Affects Versions |
| blocks test execution | Affects Versions | |
| related test case | Affects Versions | |
| related test execution record | Affects Versions | |
| related test plan | Affects Versions | |
| related test script | Affects Versions | |
| tested by test case | Fix Versions |
The standard mapping is logical and is recommended to use in most cases. If your organization has a need to change the Version Field used for Global Configuration resolution, you may customize this mapping for a given Jira space.
Here are the steps to customize the Version Field mapping for a given Jira space:
project query parameter at the end of the URL and copy its numeric value (e.g. 10201).linkType_<id>_deliverables.properties,
where <id> is the Jira space identifier retrieved in previous step (e.g. linkType_10201_deliverables.properties).AFFECTS_REQUIREMENT=FOUND_IN AFFECTS_TEST_RESULT=FOUND_IN BLOCKS_TEST_EXECUTION_RECORD=FOUND_IN ELABORATED_BY_ARCHITECTURE_ELEMENT=FOUND_IN IMPLEMENTS_REQUIREMENT=PLANNED_FOR RELATED_TEST_CASE=FOUND_IN RELATED_TEST_EXECUTION_RECORD=FOUND_IN RELATED_TEST_PLAN=FOUND_IN RELATED_TEST_SCRIPT=FOUND_IN TESTED_BY_TEST_CASE=PLANNED_FOR TRACKS_REQUIREMENT=PLANNED_FOR
PLANNED_FOR by FOUND_IN to use Affects Versions field.FOUND_IN by PLANNED_FOR to use Fix Versions field.Once the mapping file is ready, contact the OSLC Connect for Jira Cloud server administrator to deploy this mapping file. Here are the steps the server administrator must follow:
oslc.broker.deliverable-type-mapping.location context parameter.
See Configuring Broker for details on context parameters.
The value references a directory in the file system of the server, where mapping files are stored.
oslc.broker.deliverable-type-mapping.location context parameter,
using the directory location as value.
oslc.broker.deliverable-type-mapping.location context parameter.
This mapping file will be automatically loaded by the product, you do not need to restart the web application server for this action.