Add "UPDATE" public API endpoint for Test runs
complete
S
Sharon Peretz
Edited by Qase Support
Description:
Currently, public API allows creating new test runs but does _not_ support updating an existing one.
- An ability to add more test cases to an ongoing test run instead of creating a new one.
Use Case:
- For teams that automate the process of creating a manual test run using public API, this endpoint will enable test cases to be updated without having to create a new test run.
- To update the description of a test run, post run's creation.
Manjunatha Reddy
complete
Manjunatha Reddy
Hello everyone,
We now have an Update endpoint available for test runs. This allows you to update a test run’s title or description after it has been created.
However, updating the list of cases in a test run is not yet supported.
Another endpoint which allows linking the test run to external issues, is also added.
Thank you for your post and upvotes!