How to prefill fields on the delegated UI from RRC when creating the artifact out of ClearQuest?
![](http://jazz.net/_images/myphoto/dd1922c1e1f95aeb4e613b7bd258e0d3.jpg)
In ClearQuest I can define oslc fields, which are prefilled in the delegated UI on creation of an OSLC artifact.
I configured this on CQ side so it can prefill values when creating a workitem on RTC and as well when creating an artifact on RRC.
It works well with RTC, but it is not with RRC.
Is this a bug, a missing implementation on RRC or do I have something wrong configured?
As much as I understand this is an OSLC V.2.0 feature and not a tool feature.
My configuration looks like:
I configured this on CQ side so it can prefill values when creating a workitem on RTC and as well when creating an artifact on RRC.
It works well with RTC, but it is not with RRC.
Is this a bug, a missing implementation on RRC or do I have something wrong configured?
As much as I understand this is an OSLC V.2.0 feature and not a tool feature.
My configuration looks like:
<oslcRecordConfig type="cq.record:Request@CQ_Prod/BQ"> <oslcFieldMapping field="JAZZTitle" name="dcterms:title"/> <oslcFieldMapping field="description" name="dcterms:description"/>
</oslcRecordConfig>
<oslcProjectPrefillConfig supportsPrefillMarkup="true" projectName="Process and Infrastructure (rm)">
<oslcRecordPrefill type="cq.record:Request@CQ_Prod/BQ">
<oslcPrefillProperty name="dcterms:title" prefix=" "/>
<oslcPrefillProperty name="dcterms:description" prefix="ClearQuest Description:"/>
</oslcRecordPrefill>
</oslcProjectPrefillConfig>
One answer
![](http://jazz.net/_images/myphoto/dd1922c1e1f95aeb4e613b7bd258e0d3.jpg)
Hi Guido,
The prefilling of creation dialogs is an optional part of the OSLCv2 specification. Currently, RRC does not support this feature via the typical OSLC fashion of a POST with content body. RRC's creation pickers do support adding the following request parameters to the URL:
dc:name
dc:description
Adding these parameters with content will prefill the dialog's respective fields. Please note, however, that this is undocumented API and could be removed at any time.