OSLC Connect for Jira exposes Jira Issue artifacts as OSLC Change Requests, from OSLC Change Management out of the box but issue types can be mapped also to OSLC Quality Management resources if required. Such resources can be linked to resources in other applications:
The URL of a given Jira issue depends on the OSLC resource type it is mapped to.
The URL of a Jira issue web page in the browser is:
https://SERVER:PORT/browse/ISSUE
(where the ISSUE
variable is the Jira issue unique identifier)
Resource Type | URL Form |
---|---|
CM Change Request | https://SERVER:PORT/rest/oslc/1.0/cm/issue/ISSUE |
QM Test Case | https://SERVER:PORT/rest/oslc/1.0/qm/TestCase/ISSUE |
QM Test Plan | https://SERVER:PORT/rest/oslc/1.0/qm/TestPlan/ISSUE |
QM Test Execution Record | https://SERVER:PORT/rest/oslc/1.0/qm/TestExecutionRecord/ISSUE |
QM Test Result | https://SERVER:PORT/rest/oslc/1.0/qm/TestResult/ISSUE |
QM Test Script | https://SERVER:PORT/rest/oslc/1.0/qm/TestScript/ISSUE |
Please refer to the documentation of the OSLC Remote Application to understand how to obtain the OSLC URL of the resources.
Here is a quick guidance to obtain the OSLC URL of IBM Engineering Lifecycle Management resources from their web page:
https://jazz-server/ccm/resource/itemName/com.ibm.team.workitem.WorkItem/1
https://jazz-server/rm/resources/xxx?oslc_config.context=https://jazz-server/gc/configuration/1
https://jazz-server/qm/oslc_qm/contexts/xxx/resources/com.ibm.rqm.planning.VersionedTestCase/_yyy?oslc_config.context=https://jazz-server/gc/configuration/1