Skip to content

Commit

Permalink
fixed docs for Jira, requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco de Virgilio committed Feb 5, 2015
1 parent c01f683 commit 7664e12
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ share/*
man/*
.Python
*.egg*
*.idea
5 changes: 5 additions & 0 deletions bugwarrior/docs/services/jira.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ could add the following configuration option::

jira.query = assignee = ralph and status != closed and status != resolved

This query needs to be modified accordingly to the literal values of you Jira
instance; if the name contains any character, just put it in quotes, e.g.

jira.query = assignee = 'firstname.lastname' and status != Closed and status != Resolved and status != Done

Jira v4 Support
+++++++++++++++

Expand Down
18 changes: 18 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
twiggy
requests
offtrac
python-bugzilla
jira
taskw>=0.8
python-dateutil
pytz
keyring
six
jinja2>=2.7.2
pycurl
dogpile.cache>=0.5.3
lockfile>=0.9.1
click
mock
nose
megaplan>=1.4

0 comments on commit 7664e12

Please sign in to comment.