.bumpversion.cfg
CHANGELOG.rst
LICENSE
MANIFEST.in
readme.rst
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/source/advanced_commands.rst
docs/source/commands.rst
docs/source/conf.py
docs/source/configuration.rst
docs/source/details.rst
docs/source/getting_started.rst
docs/source/index.rst
docs/source/macros.rst
docs/source/migrating.rst
docs/source/plugins.rst
docs/source/writing_command_plugins.rst
docs/source/writing_folder_plugins.rst
docs/source/writing_plugins.rst
jirafs/.pre-commit-config.yaml
jirafs/__init__.py
jirafs/cmdline.py
jirafs/constants.py
jirafs/exceptions.py
jirafs/jirafieldmanager.py
jirafs/jiralinkmanager.py
jirafs/migrations.py
jirafs/plugin.py
jirafs/readers.py
jirafs/ticketfolder.py
jirafs/types.py
jirafs/utils.py
jirafs.egg-info/PKG-INFO
jirafs.egg-info/SOURCES.txt
jirafs.egg-info/dependency_links.txt
jirafs.egg-info/entry_points.txt
jirafs.egg-info/requires.txt
jirafs.egg-info/top_level.txt
jirafs/commands/__init__.py
jirafs/commands/assign.py
jirafs/commands/clone.py
jirafs/commands/commit.py
jirafs/commands/config.py
jirafs/commands/create.py
jirafs/commands/debug.py
jirafs/commands/diff.py
jirafs/commands/fetch.py
jirafs/commands/field.py
jirafs/commands/git.py
jirafs/commands/log.py
jirafs/commands/match.py
jirafs/commands/merge.py
jirafs/commands/open.py
jirafs/commands/plugins.py
jirafs/commands/pull.py
jirafs/commands/push.py
jirafs/commands/search_users.py
jirafs/commands/setfield.py
jirafs/commands/status.py
jirafs/commands/submit.py
jirafs/commands/subtask.py
jirafs/commands/transition.py
jirafs/commands/version.py
jirafs/commands/preview/__init__.py
jirafs/commands/preview/templates/base.html
jirafs/commands/preview/templates/traceback.html
tests/__init__.py
tests/base.py
tests/environment.py
tests/test_command_result.py
tests/test_jirafieldmanager.py
tests/test_plugins.py
tests/test_ticketfolder.py
tests/test_utils.py
tests/assets/basic.issue.json
tests/assets/basic.status.json
tests/assets/default.description.jira
tests/assets/default.fields.jira
tests/assets/test_fetch/fetched.jira
tests/assets/test_fetch/fetched.json
tests/assets/test_status_local_changes/alpha.svg
tests/commands/__init__.py
tests/commands/base.py
tests/commands/test_push.py
tests/features/clone.feature
tests/features/field.feature
tests/integration/__init__.py
tests/integration/base.py
tests/integration/test_clone_issue.py
tests/steps/__init__.py
tests/steps/basic.py