Skip to content

Instantly share code, notes, and snippets.

@linuxcaffe
Created July 1, 2014 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxcaffe/73d0941a3c14a9d50c00 to your computer and use it in GitHub Desktop.
Save linuxcaffe/73d0941a3c14a9d50c00 to your computer and use it in GitHub Desktop.
~/.bugwarriorrc
# Here's an example of a jira project. The ``jira-python`` module is
# a bit particular, and jira deployments, like Bugzilla, tend to be
# reasonably customized. So YMMV. The ``base_uri`` must not have a
# have a trailing slash. In this case we fetch comments and
# cases from jira assigned to 'ralph' where the status is not closed or
# resolved.
[TW]
service = jira
jira.base_uri = https://bug.tasktools.org
jira.username = djp
jira.password =
jira.query = status != closed and status != resolved
# Set this to your jira major version. We currently support only jira version
# 4 and 5(the default). You can find your particular version in the footer at
# the dashboard.
jira.version = 5
add_tags = jira bw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment