Testopia:Documentation:XMLRPC:Tag

From MozillaWiki
Revision as of 20:50, 25 September 2007 by Ghendricks (talk | contribs) (New page: __NOEDITSECTION__ Back to XML-RPC API Objects ==Tag== ===Description=== Tags in Testopia are used to classify objects in an intuitive manner. T...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to 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

Attribute Data Type Comments
tag_id integer
tag_name string
case_count integer
plan_count integer
run_count integer



Back to Testopia