Testopia:Documentation:XMLRPC:Tag: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
__NOEDITSECTION__
http://landfill.bugzilla.org/testopia2/docs/html/api/Bugzilla/WebService/Testopia/Product.html
Back to [[Testopia:Documentation:XMLRPC#Objects | XML-RPC API Objects]]
 
==Tag==
 
===Description===
Tags in Testopia are used to classify objects in an intuitive manner.
Tags are user defined strings that can be attached to Test Plans, Test
Cases, and Test Runs. They are similar to keywords in Bugzilla but do
not require administrator privileges to create.
 
===Hiearchy===
Bugzilla::WebService::Tag
 
===Attributes===
 
{| border=1 cellpadding=4
| '''Attribute''' || '''Data Type''' || '''Comments'''
|-
| tag_id || integer ||
|-
| tag_name || string ||
|-
| case_count || integer ||
|-
| plan_count || integer ||
|-
| run_count || integer ||
|-
|}
 
 
 
<br>Back to [[Testopia]]

Latest revision as of 17:07, 23 June 2008