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

Extracting Requirement data from DWA using RPE does not return anything if the requirement has any links either test case or requirement in another module

I was trying to extract the requirement text from DWA, but not returning any data if the requirement has any links. I have used the DWAexample schema download from forum.

0 votes

Comments

Requirements without links were published, but with links are not published from DWA, it was just a blank, how can we extract the requirement text that has links from DWA ?



One answer

Permanent link

 When requirement has linked test cases, the RDF schema generated by RPE is different than to the requirements without test case links, you would need to update the main.xsd of DWASchemaSamle to below and save the main.xsd, re-configure the data source and run th temlate, i used the same, it worked for me

 
 <xs:element name="RDF">
    <xs:complexType>
      <xs:sequence>
<xs:element name="Statement">
<xs:complexType>
<xs:sequence>
<xs:element name="subject">
<xs:complexType>
<xs:sequence>
<xs:element ref="oslc_rm:Requirement"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="oslc_rm:Requirement"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

0 votes

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
× 12,019

Question asked: Oct 29 '19, 11:39 a.m.

Question was seen: 1,986 times

Last updated: Nov 18 '19, 1:55 p.m.

Related questions
Confirmation Cancel Confirm