Page 1 of 1

Bug Attachment XML property name for Import XML Results

Posted: Mon Mar 15, 2010 6:10 pm
by ronaldlex
HI,

I'm having problem during "Import XML Results".

I'd like to include/link a bug ID inside XML file during "Import XML Results" execution but so far it does not work.

Manually, adding Bug Management ID works well and we could get a link to an external bug tracking system.

Documentation (tl-file-formats.pdf) does not have this information.

Question: what is the name for "BUG management" property inside XML file?

This file works:
<?xml version="1.0" encoding="UTF-8"?>
<results>
<testcase external_id="MYRUN-377" >
<tester>rk</tester>
<timestamp>2010-03-15 10:06:00</timestamp>
<result>b</result>
<notes>Fail run because of device panel GUI bug. MYBUG 123456, 100000</notes>
</testcase>
</results>


I have tried several possible property but it does not work:
<buginfo>123456</buginfo>
<bug>123482</bug>
<bugs>123483</bugs>
<bugid>123484</bugid>
<bug_id>123487</bug_id>
<bugmgmt>123485</bugmgmt>
<bug_mgmt>123486</bug_mgmt>
<bug_track>123487</bug_track>
<bugnumber>123456</bugnumber>
<bts>123488</bts>
<bts_url>123489</bts_url>
<trac>123490</trac>
<id>1234568</id>

Any help is appreciated.

thanks,
ronald

Posted: Tue Mar 16, 2010 6:40 am
by heronfisher
I have seen this resolution for your problem hope that it is helpful for you.
# Click the Defects tab.
# Click SoloBug Import.
The SoloBug Import page opens.
# Click Browse to select the SoloBug file.
The Choose file dialog box opens.
# Select the file and click Open.
SoloBug files are saved with the .sbg extension.
# You return to the SoloBug Import page
# Click Import.
The file is imported.

Posted: Tue Mar 16, 2010 1:44 pm
by ronaldlex
I'm not sure why we need to use Solobug here.

I could do add information of "Bug Attachement" manually. The question is, how to add bugID inside XML file using "Import XML results" button?