Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added template support for bug creation #103

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 23, 2016

  1. Added template support for bug creation

    A new bug can now be created using the supplied
    template file. The template file needs to contain
    all the required parameters needed by bugzilla.
    
    Optional fields can also be supplied.
    SridharIyer committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    782d70b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. Incorporated review comments for issue 103

    - Cleaned up exception handling code.
    - Added comment on config parsing code.
    SridharIyer committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    0d4cc15 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Use the default configparser

    Bugzilla fields are always lowercased, so a raw parser to retain the
    case is not needed.
    SridharIyer committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    a502f9a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Add support for custom parameters

    This adds support for custom parameters in bugzilla modify.
    This needs to be given in form:
    key1=val:key2=val:...
    SridharIyer committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    2d8da16 View commit details
    Browse the repository at this point in the history