Metadata-Version: 2.1
Name: jira_python_utils
Version: 0.8.1
Summary: Collection of Python utils for interacting with JIRA
Home-page: https://github.com/jai-python3/jira-python-utils
Author: Jai Python3
Author-email: jai.python3@gmail.com
License: GNU General Public License v3
Keywords: jira_python_utils
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Click>=7.0
Requires-Dist: Rich
Requires-Dist: jira

=================
JIRA Python Utils
=================

Collection of Python utils for interacting with JIRA from the command line.


Features
--------

Insert the URL for your instance of Jira in the ``conf/jira_rest_url.txt`` file.

.. code-block:: bash

    https://jira.your-domain.com

Insert your Jira username in the ``~/.jira/credentials.txt file``.
Remember to set permissions ``chmod 600 ~/.jira/credentials.txt``.

Note: The password might not be necessary depending on your Jira configuration.

.. code-block:: bash

    someusername:somepassword


The following exported scripts are available:

- annotate-readme
- bitbucket-reformat-merge-comment
- jira-add-change-control-comment
- jira-add-comment
- jira-add-component
- jira-add-label
- jira-assign-issue
- jira-convert-task-session-script-to-readme
- jira-create-issue
- jira-create-release-software-issues
- jira-epics-to-confluence-tables
- jira-get-issue-details
- jira-initiate-workspace
- jira-link-issues
- jira-remove-watcher
- jira-search-issues
- jira-start-task
- jira-sync-workspace
- jira-to-confluence-weekly-progress-report
- search-readme


=======
History
=======

0.1.0 (2019-11-29)
------------------

* First release on PyPI.
