Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to prefill fields on the delegated UI from RRC when creating the artifact out of ClearQuest?

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:
<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>






0 votes



One answer

Permanent link
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.

0 votes

Comments

Thanks Marc,


do you know is the support for this already in the backlog of RRC or should I write an RFE?

I don't believe there's currently an RFE open for this at the moment. Feel free to open one and subscribe me to it.

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,132

Question asked: Dec 18 '13, 8:13 a.m.

Question was seen: 4,221 times

Last updated: Dec 27 '13, 11:13 p.m.

Confirmation Cancel Confirm