lczub / TestLink-API-Python-client

A Python client to use the TestLink API
104 stars 63 forks source link

implement 1.9.15 changed api - createTestProject - link a project with an ITS #69

Closed lczub closed 7 years ago

lczub commented 8 years ago

related TL Mantis Task

new args :

  /**
   * create a test project
   * 
   * @param struct $args
   * @param string $args["devKey"]
   * @param string $args["testprojectname"]
   * @param string $args["testcaseprefix"]
   * @param string $args["notes"] OPTIONAL
   * @param map $args["options"] OPTIONAL ALL int treated as boolean
   *        keys  requirementsEnabled,testPriorityEnabled,automationEnabled,inventoryEnabled
   *
   * @param int $args["active"]  OPTIONAL
   * @param int $args["public"]  OPTIONAL
   * @param string $args["itsname"]  OPTIONAL  
   * @param boolean $args["itsEnabled"]  OPTIONAL  
   * 
   *
   * @return mixed $resultInfo
   */
  public function createTestProject($args)

and (unclear if introduced with the same ticket) a new api method getIssueTrackerSystem

   /**
    * Get Issue Tracker System by name
    *
    * @param struct $args
    * @param string $args["devKey"]
    * @param string $args["itsname"] ITS name 
    * @return mixed $itsObject      
    * @access public
    */
    public function getIssueTrackerSystem($args,$call=null)
    {