Bug 834921 - bugzilla: error: no such option: --bugzilla
Summary: bugzilla: error: no such option: --bugzilla
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python-bugzilla
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Will Woods
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-24 22:29 UTC by Andrew Ross
Modified: 2013-10-20 22:32 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-24 23:25:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Andrew Ross 2012-06-24 22:29:17 UTC
Description of problem:

Trying to point pyzilla to a different bugzilla instance and hit this error. Same query used to work before the upgrade.


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

How reproducible:


Steps to Reproduce:
1. bugzilla new --bugzilla="https://stage-bugzilla.example.com/"  --product="MyProduct" --component="my-component" --comment"Initial comment" --summary="xmlrpc test bug"
2.
3.
  
Actual results:
Usage: bugzilla new [options]

bugzilla: error: no such option: --bugzilla

Expected results:
Files a new bug

Additional info:

Comment 1 Cole Robinson 2012-06-24 23:25:56 UTC
Andrew, --bugzilla needs to come before the command, so you need to specify

  bugzilla --bugzilla <url> new <options>


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