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

implement 1.9.16 new api - updateBuildCustomFieldsValues #80

Closed
lczub opened this issue Mar 21, 2017 · 0 comments
Closed

implement 1.9.16 new api - updateBuildCustomFieldsValues #80

lczub opened this issue Mar 21, 2017 · 0 comments
Assignees
Milestone

Comments

@lczub
Copy link
Owner

lczub commented Mar 21, 2017

related TL github pull request TestLinkOpenSourceTRMS/testlink-code#47

  /**
   * Update value of Custom Field with scope='design'
   * for a given Build
   *
   * @param struct $args
   * @param string $args["devKey"]: used to check if operation can be done.
   *                                if devKey is not valid => abort.
   *
   * @param string $args["buildid"]:
   * @param string $args["testprojectid"]:
   * @param string $args["customfields"]
   *               contains an map with key:Custom Field Name, value: value for CF.
   *               VERY IMPORTANT: value must be formatted in the way it's written to db,
   *               this is important for types like:
   *
   *               DATE: strtotime()
   *               DATETIME: mktime()
   *               MULTISELECTION LIST / CHECKBOX / RADIO: se multipli selezione ! come separatore
   *
   *
   *               these custom fields must be configured to be writte during execution.
   *               If custom field do not meet condition value will not be written
   *
   * @return mixed null if everything ok, else array of IXR_Error objects
   *
   * @access public
   */
  public function updateBuildCustomFieldsValues($args)

@lczub lczub self-assigned this Mar 21, 2017
@lczub lczub added this to the v0.6.4 milestone Mar 21, 2017
@lczub lczub closed this as completed Mar 22, 2017
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

1 participant