Bug 861147

Summary: how to search bugs for particular time period?
Product: [Fedora] Fedora Reporter: Parag Nemade <pnemade>
Component: python-bugzillaAssignee: Will Woods <wwoods>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: crobinso, dcantrell, dzickus, jskarvad, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-28 03:29:48 UTC 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 Parag Nemade 2012-09-27 16:01:20 UTC
Description of problem:
I can get new rawhide bugs using command
bugzilla query --version=rawhide  --bug_status=NEW

but how can I get above list for any particular time period say for any week? I can't find any options also looks --chfieldfrom and --chfiledto is not working

Version-Release number of selected component (if applicable):
python-bugzilla-0.7.0-1.fc17.noarch

How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Cole Robinson 2012-12-28 03:29:48 UTC
You can build complex queries using --boolean_query, but the easiest way is probably build the query using the bugzilla web search advanced section, then copy that URL and do

bugzilla query --from-url "<your url>"