Skip to content

implement new 1.9.20-fixed api - getTestCaseRequirements #147

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

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

implement new 1.9.20-fixed api - getTestCaseRequirements #147

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 - getTestCaseRequirements

related TL Mantis Task

  • 8715: [API - XMLRPC] Add a method to retrieve all requirements linked to a given test case

new api

  • getTestCaseRequirements

    /**
     * Gets list of requirements for a given Test case version
     *
     * The user must have Req view mgt privilege on the project
     * containing the given TC
     *
     * @param struct $args
     * @param string $args["devKey"]
     * @param int $args["testcaseversionid"]
     *
     * @return array
     *         requirement list, if success
     *         error info, if failure
     *
     * @access public
     *
     * compatible with TL version >= 1.9.18
     *
     */
    public function getTestCaseRequirements($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