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 new 1.9.20-fixed api - getRequirement #146

Open
lczub opened this issue Apr 13, 2021 · 0 comments
Open

implement new 1.9.20-fixed api - getRequirement #146

lczub opened this issue Apr 13, 2021 · 0 comments
Assignees
Milestone

Comments

@lczub
Copy link
Owner

lczub commented Apr 13, 2021

implement new 1.9.20-fixed api - getRequirement

related TL Mantis Task

  • 9039: [API - XMLRPC] Use the (XMLRPC) API to get requirements coverage matrix

new api

  • getRequirement

    /**
     * Get requirement
     *
     * @param struct $args
     * @param string $args["devKey"]
     * @param string $args["testprojectid"]:
     * @param int $args["requirementid"]:
     *            OPTIONAL, if not present, reqdocid must be present
     * @param string $args["requirementdocid"]:
     *            OPTIONAL, if not present, reqid must be present
     * @param string $args["version"]
     *            OPTIONAL
     * @param string $args["requirementversionid"]
     *            OPTIONAL
     * If neither version nor versionid are present, the latest version is used
     *
     * @return mixed error if someting's wrong, else a requirement version
     *
     * @access public
     */
    public function getRequirement($args) {
@lczub lczub added this to the v0.8.2 milestone Apr 13, 2021
@lczub lczub self-assigned this Apr 13, 2021
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