Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

managing costum field in TestLink API #17

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 4 comments
Open

managing costum field in TestLink API #17

GoogleCodeExporter opened this issue Mar 17, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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
Copy link

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
Copy link

Hi,

Could you give me some information about the update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants