smeyn / gallio-testlink-adapter

Moved From Google Code
3 stars 9 forks source link

managing costum field in TestLink API #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi
I integrated  your TestLink API to record automatic testing result and it works 
great but I didn't find any method to get testcase's custom fields.
is there a way to get them from TestLink XMLRPC interface?
If so, are you planing to implement the method.
thanks. 

Original issue reported on code.google.com by hakim.ma...@gmail.com on 20 Nov 2013 at 8:18

GoogleCodeExporter commented 9 years ago
find the TestLink XMLRPC server  method that does the job : 
getTestCaseCustomFieldDesignValue 
using the value 'full' with the parameter $args["details"] to get all custom 
fields definition plus value and internal test case id (as the Jenkins TestLink 
Plug-in does)

Gets value of a Custom Field with scope='design' for a given Test case
Parameters:
struct      $args:      
string      $args["devKey"]::   used to check if operation can be done. if devKey 
is not valid => abort.  
string      $args["testcaseexternalid"]::   
string      $args["version"]::      version number  
string      $args["testprojectid"]::    
string      $args["customfieldname"]::      custom field name   
string      $args["details"]:   optional, changes output information null or 
'value' => just value 'full' => a map with all custom field definition plus 
value and internal test case id 'simple' => value plus custom field name, 
label, and type (as code).  

API Tags:
Access:     public

Original comment by hakim.ma...@gmail.com on 25 Nov 2013 at 2:50

GoogleCodeExporter commented 9 years ago
I am currently travelling but I will take another round at updating it in 
December. That also should validate it against the newest version of Testlink

Original comment by StephanMeyn on 4 Dec 2013 at 11:01

sujithwarier commented 6 years ago

Hi, did you updated the adapter to retrieve the custom field value. I have the same requirement. Could you please help me to do that?

laszlokelemen commented 6 years ago

Hi,

Could you give me some information about the update?