Skip to content

Commit 7fcc9e2

Browse files
committed
command/search: add assigned_to criteria
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
1 parent 13f6e52 commit 7fcc9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bzlib/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ class Search(BugzillaCommand):
854854
the former takes precendence.
855855
"""
856856
simple_arguments = ['summary']
857-
set_arguments = 'product', 'component', 'status', 'resolution', 'version'
857+
set_arguments = 'product', 'component', 'status', 'resolution', 'version', 'assigned_to'
858858

859859
def __call__(self):
860860
kwargs = {

0 commit comments

Comments
 (0)