Description of problem: When creating a new test run it is useful to set the default assignee of all linked test cases to given user. Currently, it's only possible to create a new test run with all test cases set to their respective default assignees. Thus, when creating a new test run, an email is send even to people which are not involved in executing the test run. Please, add a new optional parameter "assignee" which would set given user as the default assignee for all created test-case-run. Thanks. Version-Release number of selected component (if applicable): Nitrate 3.8.0 Steps to Reproduce: TestRun.create(id, {assignee: 1234}) Expected results: User psplicha set as the assignee of all test cases in freshly created test run. Additional info: https://tcms.engineering.redhat.com/xmlrpc/#testrun.create
Hi Petr, As the code is frozen for 3..8.1, we will implement it in next release. Currently, please use TestRun.update() to update the assignee.