CA Service Management

Expand all | Collapse all

attach  CI to a Issue by webservices

  • 1.  attach  CI to a Issue by webservices

    Posted Aug 28, 2018 04:51 PM

    We are attempting to use SOAP web services to create a new Issue, and also to attach a CI to it, at the same time. We are currently using the createIssue method, but are unsure how to associate a CI to the Issue. How can this be accomplished?



  • 2.  Re: attach  CI to a Issue by webservices
    Best Answer

    Posted Aug 29, 2018 01:22 AM

    hi,

    you can try to use createObject with followed params:

    <objectType>lrel_asset_issnr</objectType>
    <attrVals>
    <string>iss</string>
    <string>iss:12345678</string><!-- Issue persid here --!>
    <string>nr</string>
    <string>nr:012345678ABCDEF</string><!-- CI persid here --!>
    </attrVals>

    regards.



  • 3.  Re: attach  CI to a Issue by webservices

    Posted Aug 29, 2018 11:51 AM

    this answer it helped me, infinite thanks