Metadata-Version: 2.0
Name: another-jira-cli
Version: 0.9.1
Summary: A cli tool for interacting with JIRA, mainly for time logging.
Home-page: https://github.com/CognotektGmbH/python-jira-cli
Author: Axel Bock
Author-email: mr.axel.bock@gmail.com
License: UNKNOWN
Download-URL: https://github.com/CognotektGmbH/python-jira-cli/tarball/0.9.1
Keywords: jira cli
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Requires-Dist: PyYAML
Requires-Dist: arrow
Requires-Dist: click
Requires-Dist: jira

README
======

Tool for quick JIRA logging.

See README.md for details.

CHANGELOG
=========

0.9.1
-----

Date: 2017-10-20

- [CHANGE] bulk-create command: nicer output for --dry-run


0.9.0
-----

Date: 2017-10-20

- [FEATURE] bulk-create command: Add --filter
- [FEATURE] bulk-create command: Add --dry-run
- [FEATURE] bulk-create command: Add --start-at
- [FEATURE] bulk-create command: Add handling of epic_name and epic_link fields
- [BUGFIX] bulk-create command: Fixed index calculation for log files
- [CHANGE] bulk-create command: Switched to YAML output format for logs
- [DOCS] bulk-create-command: updated --help docs with unsupported info
- NOTE: Still an experimental release.


0.8.0
-----

Date: 2017-10-19

- [FEATURE] Add 'bulk-create' command from CSV, YAML and JSON files
- [INTERNAL] Restructured internal file layout
- NOTE: This is an experimental release, it might be that things broke since there is no test coverage.


0.7.0
-----

Date: 2017-06-01

- [FEATURE] Combine search queries in the lookup command
- [BUGFIX] Remove typo which introduced a syntax error
- [DOCS] Updated README.md in the repo


0.6.0
-----

Date: 2017-06-01

- [FEATURE] Add command clear-searches
- [FEATURE] Fix command cleanup-day
- [DOCS] Many documentation updates


0.5.0
-----

Date: 2017-05-31

- [FEATURE] Add command fill-day
- [FEATURE] Add command list-worklogs
- [FEATURE] Add command list-work
- [FEATURE] Add 'jira' alias in parallel to 'jira-cli'


0.4.0
-----

Date: 2017-05-31

- [FEATURE] Add searches and saved searches


0.3.0 - 0.3.2
-------------

Date: 2017-05-31

- 0.3.2 - another name change, this time to "another-jira-cli"
- 0.3.1 - Update this file with correct version nr :)
- 0.3.0 - Update project metadata
- 0.3.0 - Change project name to "jiracli" (jira-cli did exist on pypi before)


0.2.0
-----

Date: 2017-05-31

- Add ticket aliases


0.1.0
-----

Date: 2017-04-07

- Initial release


