Find a file
ryneeverett 5857c4d7fe Rename Service.get_password -> Service.get_secret
Passwords are becoming less prevalent as an authentication method.
Neglecting to use this feature is a common oversight with new services
and hopefully a more relevant name along with more documentation will
make this easier to remember.
2025-09-29 16:15:44 -04:00
.github/workflows fix(jira): change search_issues() to extended_search_issues(), drop py3.9 2025-09-20 21:12:02 -04:00
bugwarrior Rename Service.get_password -> Service.get_secret 2025-09-29 16:15:44 -04:00
tests fix(jira): change extended_search_issues() to enhanced_search_issues() 2025-09-29 15:50:27 -04:00
.codecov.yml Switch from coveralls -> codecov. 2016-09-17 13:02:49 -04:00
.gitignore setup.py -> pyproject.toml, document and test uv 2025-07-29 00:15:28 -04:00
.pre-commit-config.yaml add empty pre-commit.ci config 2024-09-08 00:15:51 -04:00
.readthedocs.yaml Update readthedocs config. 2025-08-05 21:22:49 -04:00
CHANGELOG.rst 1.7.0 2019-05-21 21:33:54 -04:00
CONTRIBUTING.md Fix hyperlinks. 2025-07-29 01:50:06 -04:00
LICENSE.txt Initial commit. 2011-12-15 00:01:17 -05:00
MANIFEST.in Get tests running (#965) 2023-01-20 19:06:14 -05:00
pyproject.toml fix(jira): change search_issues() to extended_search_issues(), drop py3.9 2025-09-20 21:12:02 -04:00
README.rst Only keeping one copy of the example .rc file now. 2011-12-15 15:32:24 -05:00
tox.ini setup.py -> pyproject.toml, document and test uv 2025-07-29 00:15:28 -04:00
VERSION Add bugwarrior man page. Resolve #330. 2022-04-12 16:46:20 -04:00

bugwarrior - Pull tickets from github, bitbucket, bugzilla, jira, trac, and others into taskwarrior
===================================================================================================

.. split here

``bugwarrior`` is a command line utility for updating your local `taskwarrior <http://taskwarrior.org>`_ database from your forge issue trackers.

It currently supports the following remote resources:

.. class:: services

- `Azure DevOps <https://azure.microsoft.com/en-us/services/devops/>`_
- `Bitbucket <https://bitbucket.org>`_
- `Bugzilla <https://www.bugzilla.org/>`_
- `Debian Bug Tracking System (BTS) <https://bugs.debian.org/>`_
- `Gerrit <https://www.gerritcodereview.com/>`_
- `Git-Bug <https://github.com/MichaelMure/git-bug>`_
- `Github <https://github.com>`_
- `Gitlab <https://gitlab.com>`_
- `Gmail <https://www.google.com/gmail/about/>`_
- `Jira <https://www.atlassian.com/software/jira/overview>`_
- `Kanboard <https://kanboard.org/>`_
- `Logseq <https://logseq.com/>`_
- `Nextcloud Deck <https://github.com/nextcloud/deck>`_
- `Pagure <https://pagure.io/>`_
- `Phabricator <http://phabricator.org/>`_
- `Pivotal Tracker <https://www.pivotaltracker.com/>`_
- `Linear <https://linear.app/>`_
- `Redmine <https://www.redmine.org/>`_
- `Taiga <https://taiga.io>`_
- `Teamwork Projects <https://www.teamwork.com/>`_
- `Todoist <https://todoist.com/>`_
- `Trac <https://trac.edgewall.org/>`_
- `Trello <https://trello.com/>`_
- `YouTrack <https://www.jetbrains.com/youtrack/>`_

Documentation
-------------

For information on how to install and use bugwarrior, `read the docs
<https://bugwarrior.readthedocs.io>`_ on RTFD.

Build Status
------------

.. |develop| image:: https://github.com/ralphbean/bugwarrior/actions/workflows/bugwarrior.yml/badge.svg?branch=develop
   :alt: Build Status - develop branch

+----------+-----------+
| Branch   | Status    |
+==========+===========+
| develop  | |develop| |
+----------+-----------+


Contributors
------------

- Ralph Bean (primary author)
- Ben Boeckel (contributed support for Gitlab)
- Justin Forest (contributed support for RedMine, TeamLab, and MegaPlan, as
  well as some unicode help)
- Tycho Garen (contributed support for Jira)
- Kosta Harlan (contributed support for activeCollab, notifications,
  and experimental taskw support)
- Luke Macken (contributed some code cleaning)
- James Rowe (contributed to the docs)
- Adam Coddington (anti-entropy crusader)
- Iain R. Learmonth (contributed support for the Debian BTS and maintains the
  Debian package)
- BinaryBabel (contributed support for YouTrack)
- Matthew Cengia (contributed extra support for Trello)
- Andrew Demas (contributed support for PivotalTracker)
- Florian Preinstorfer (contributed support for Kanboard)
- Lena Brüder (contributed support for Nextcloud Deck)
- Stephen Cross (contributed support for Logseq)