Bug 863956 - [XMLRPC] New parameter "assignee" for TestRun.create()
Summary: [XMLRPC] New parameter "assignee" for TestRun.create()
Keywords:
Status: NEW
Alias: None
Product: TCMS
Classification: Other
Component: XMLRPC
Version: 3.8.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Yang Ren
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-08 07:39 UTC by Petr Šplíchal
Modified: 2016-06-01 01:49 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.