Bug Attachment XML property name for Import XML Results
Posted: Mon Mar 15, 2010 6:10 pm
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
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