Skip to content

Commit

Permalink
Clarify that filtering doesn't work for Bugzilla
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Nov 30, 2014
1 parent 7dc3a69 commit f3f8001
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bugwarrior/docs/services/bugzilla.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,16 @@ make bugwarrior support more robust!
The above example is the minimum required to import issues from
Bugzilla. You can also feel free to use any of the
configuration options described in :ref:`common_configuration_options`.
Note, however, that the filtering options, including ``only_if_assigned``
and ``also_unassigned``, do not work

There is also an option to ignore bugs that you are only cc'd on::
There is an option to ignore bugs that you are only cc'd on::

bugzilla.ignore_cc = True

But this will continue to include bugs that you reported, regardless of
whether they are assigned to you.

Provided UDA Fields
-------------------

Expand Down

0 comments on commit f3f8001

Please sign in to comment.