Command line tool to get summary of jira issues.
Project description
Jirakosaar
Jirakosaar is a command line tool to get summary of jira issues.
Installation and Setup
python3 -m pip install --user jirakosaar
After installing, we need to configure basic authentication. Before setting up, we need to create API Token from Jira.
Guide for Cloud: https://confluence.atlassian.com/cloud/api-tokens-938839638.html
We will set email and token as password for basic authentication.
In terminal run below command to configure credential:
jirakosaar configure
Output Sample
Email: test@example.com
API_TOKEN: 123456
Configuring credential completed
This will create config.json file in $HOME/.jirakosaar directory.
Linux
Might need to export path for some Linux distribution. To set it permanently, export in ~/.bash_profile.
export PATH=$PATH:~/Library/Python/3.*/bin
MacOS
Need to export path. To set it permanently, export in ~/.bash_profile.
export PATH=$PATH:~/Library/Python/3.*/bin
Usage
jirakosaar [args]
Available arguments
active List Completed and Incomplete issues of active sprint
backlog List all issues of backlog
configure Prompt for setting up credentials of Jira API
Package File Structure
jirakosaar
├── __init__.py
├── config
│ ├── __init__.py
│ └── configure.py
└── issues
├── __init__.py
├── auth
│ ├── __init__.py
│ └── auth.py
└── main.py
Reason to create this tool
Whenever I had to go through sprint review, I have to manually copy issue summary and paste in presentation document. I felt pretty boring to do that everytime. If I get summary in cli then the thing left to do is just copy and paste from the stdout.
With this package, don't expect to get big but pretty helpful to lazy people like me.
Contributions
Any kind of contribution and issue reporting is heartily welcome. However, it should pass pylint linting tool rating. Aim should be 10/10. There might be exception which can be considered if admin accept. TODO comment are exceptional case.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jirakosaar-1.0.4.tar.gz.
File metadata
- Download URL: jirakosaar-1.0.4.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2337052e7ea6041bb9c9288236dbf7acb9e9129366857fbf8aa892b449745d03
|
|
| MD5 |
ea2fceafe64d42cb2cb1819ad9f31b8d
|
|
| BLAKE2b-256 |
7c5d79b100804f7abb121be70270afa3316279f6b6855fa41631f564d806369a
|
File details
Details for the file jirakosaar-1.0.4-py2.py3-none-any.whl.
File metadata
- Download URL: jirakosaar-1.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 20.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f27c8189c7d8b8ba5f15f026b95d7190a3ded4426c3fda54d3aab02a39eb771
|
|
| MD5 |
1f9e90b40102a20b2466a2de0009052d
|
|
| BLAKE2b-256 |
7f396c23c31942ecdc52ed0edaa7b5bd1d648bb4b435437bfa6ad87d9433eaeb
|