Hi guys,
We have created a plan generator that automagically creates test plans based on certain attributes that apply to test cases, which is working quite well.
The way we work is that when we create a regression test plan, we split up the work based on who is the Test Owner. There may be multiple test owners in a given suite, and we have many test suites, so ideally we would like to do this via the API's instead of the TestRail frontend.
I was wondering if you are planning on implementing / know of a way to assign test cases via the API? That would enable us to assign the test cases to the person who owns the test at the time that / after the plan is generated. The "tests" API description only seems to have get methods available.
Thanks!
Glenn