lczub / TestLink-API-Python-client

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

activate/inactive build, delete build #91

Closed markkthemk closed 6 years ago

markkthemk commented 7 years ago

It is possible to use the webinterface to activate/deactivate builds, as well as delete builds. This is functionality that is missing in the API.

Keep up the good work!

lczub commented 7 years ago

Hello Mark,

currently it is not possible to update the active state of a build or delete it using the Testlink XML-RPC API. Just to set the active state during creation.

Reason is, that the TestLink Server itself does not support such an API method - see TestLink Github xmlrpc.class.php

You first have to open an enhancement request against TestLink itself (http://mantis.testlink.org/login_page.php) for this topic. When TestLink server has implemented such an API method , the API python client could use this.

Regards Luiko

lczub commented 6 years ago

No additional feedback