OSLC Connect for Jira exposes Jira Issue artifacts as OSLC Change Requests, from OSLC Change Management. Such Change Requests can be linked to resources in other applications:
There's a unique URL for each Jira issue exposed as an OSLC resource.
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)
The corresponding URL of the OSLC Change Request is:
https://SERVER:PORT/rest/oslc/1.0/cm/issue/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