Skip to main content

A Command Line Interface for Jira

Project description

A Command Line Interface for Jira

Install

pip install jira-simple-cli

Usage

$ jira –help

Purpose

Avoid using a browser to intereact with Jira. This project helps create tickets quickly.

The idea is to expand this project to be able to manage your workload with it: - Query tickets - Assign tickets - Change Status - Comment a ticket - … - Profit

Develop

Install Requirements

$ pip install -r requirements.txt

This project is tested using Popen to call the cli and assert its results, you would run the following command:

$ pytest tests

Lastly, if you’d like to cut a new release of this CLI tool, and publish it to the Python Package Index (PyPI), you can do so by running:

$ python setup.py sdist bdist_wheel $ twine upload dist/*

This will build both a source tarball of your CLI tool, as well as a newer wheel build (and this will, by default, run on all platforms).

The twine upload command (which requires you to install the twine tool) will then securely upload your new package to PyPI so everyone in the world can use it!

Resources

(Python Cli Programming)

(Python Cli Packaging)

To do

  • Plan other commands

  • Create command - Add Assign to someone - Add Status - Output useful information when ticket is created

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

jira_simple_cli-1.0.1-py2.py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page