Bug 863956

Summary: [XMLRPC] New parameter "assignee" for TestRun.create()
Product: [Other] TCMS Reporter: Petr Šplíchal <psplicha>
Component: XMLRPCAssignee: Yang Ren <ryang>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.8.0CC: ohudlick, ryang
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Šplíchal 2012-10-08 07:39:41 UTC
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

Comment 1 yawei Li 2012-10-09 05:40:21 UTC
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.