You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
9039: [API - XMLRPC] Use the (XMLRPC) API to get requirements coverage matrix
new api
getRequirement
/**
* Get requirement
*
* @param struct $args
* @param string $args["devKey"]
* @param string $args["testprojectid"]:
* @param int $args["requirementid"]:
* OPTIONAL, if not present, reqdocid must be present
* @param string $args["requirementdocid"]:
* OPTIONAL, if not present, reqid must be present
* @param string $args["version"]
* OPTIONAL
* @param string $args["requirementversionid"]
* OPTIONAL
* If neither version nor versionid are present, the latest version is used
*
* @return mixed error if someting's wrong, else a requirement version
*
* @access public
*/
public function getRequirement($args) {
The text was updated successfully, but these errors were encountered:
implement new 1.9.20-fixed api - getRequirement
related TL Mantis Task
new api
The text was updated successfully, but these errors were encountered: