Clarity

  • 1.  xog upload - few fields are not populated

    Posted Mar 22, 2018 04:04 PM

    Hello,

     

    I am trying to upload the requirements via XOG to PPM.  Below is the XML being used. The request is successful and requirement is uploaded. However few fields are not updated with the values provided. type, theme, status, risk, requested_by are not populated with the values supplied in XML.  Please let me know if I have missed anything over here..

     

     

    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="../xsd/nikuxog_requirement.xsd">
    <Header action="write" externalSource="NIKU" objectType="requirement" version="12.0"/>
    <requirements>
    <requirement title="Login" object_id="SE_001" type="Requirement" theme="Quality"
    description="Login Feature" status="New" risk="Low" requested_by="Customer" investment_id="PR000197"
    manager="manager" />
    </requirements>
    </NikuDataBus>



  • 2.  Re: xog upload - few fields are not populated
    Best Answer

    Posted Mar 22, 2018 04:20 PM

    Please ignore.. After changing the values to CAPITAL letters, values got populated in PPM correctly.

     

    <requirement title="Login" object_id="SE_001" type="REQUIREMENT" theme="QUALITY"
    description="Login Feature" status="NEW" risk="LOW" requested_by="CUSTOMER" investment_id="PR000197"
    manager="manager" />