.pre-commit-config.yaml
AUTHORS
ChangeLog
readme.md
requirements.txt
setup.cfg
setup.py
.github/workflows/lint.yml
.github/workflows/test.yml
docs/Makefile
docs/api_documentation.rst
docs/appendix.rst
docs/commands.rst
docs/conf.py
docs/evaluation_location.csv
docs/examples.rst
docs/extending.rst
docs/functions.rst
docs/how_to.rst
docs/index.rst
docs/make.bat
docs/query.rst
docs/query_lifecycle.rst
docs/quickstart.rst
docs/requirements.txt
docs/run.py
docs/troubleshooting.rst
docs/source/jira_select.commands.rst
docs/source/jira_select.formatters.rst
docs/source/jira_select.functions.rst
docs/source/jira_select.rst
docs/source/modules.rst
docs/source/setup.rst
docs/source/tests.rst
jira_select/__init__.py
jira_select/cache.py
jira_select/cmdline.py
jira_select/constants.py
jira_select/exceptions.py
jira_select/plugin.py
jira_select/query.py
jira_select/types.py
jira_select/utils.py
jira_select.egg-info/PKG-INFO
jira_select.egg-info/SOURCES.txt
jira_select.egg-info/dependency_links.txt
jira_select.egg-info/entry_points.txt
jira_select.egg-info/not-zip-safe
jira_select.egg-info/pbr.json
jira_select.egg-info/requires.txt
jira_select.egg-info/top_level.txt
jira_select/commands/__init__.py
jira_select/commands/build_query.py
jira_select/commands/configure.py
jira_select/commands/functions.py
jira_select/commands/run.py
jira_select/commands/run_script.py
jira_select/commands/schema.py
jira_select/commands/shell.py
jira_select/commands/store_password.py
jira_select/formatters/__init__.py
jira_select/formatters/csv.py
jira_select/formatters/table.py
jira_select/functions/__init__.py
jira_select/functions/estimate_to_days.py
jira_select/functions/extract.py
jira_select/functions/field_by_name.py
jira_select/functions/flatten_changelog.py
jira_select/functions/flatten_list.py
jira_select/functions/get_sprint_by_id.py
jira_select/functions/get_sprint_by_name.py
jira_select/functions/parse_datetime.py
jira_select/functions/simple_filter.py
jira_select/functions/simple_filter_any.py
jira_select/functions/sprint_details.py
jira_select/functions/sprint_name.py
jira_select/sources/__init__.py
jira_select/sources/boards.py
jira_select/sources/issues.py
jira_select/sources/sprints.py
tests/__init__.py
tests/base.py
tests/conftest.py
tests/test_functions.py
tests/test_query.py
tests/test_utils.py