A succinct, minimal local jira control plane in a VSCode workspace. Because less Jira is more better!
Project description
powerjira
Get rid of the guff, because tickets should be simple.
Welcome to powerjira!
Put plainly, I don't enjoy my time in the Jira GUI. There's too much crap I don't care about, and even when you make your own ticket dashboard via JQL, the ticket views themselves could stand to be more minimal.
And that's where powerjira comes in ☕🤏
Open a minimal set of configuration files, whose location you control (defaults to $HOME), and interface with Jira in your favorite editor. It also offers an ergonomic way to manage watched tickets, and allows you to query tickets on key or status without having to remember JQL (because who wants that).
If you want to make tickets without the guff, I'm a pip install away!
ℹ️ For further configuration options, see the sleepyconfig section at the bottom.
Get Started 🚀
Export the following environment variables powerjira expects to be available for authentication:
export JIRA_DOMAIN=https://acme.atlassian.net
export JIRA_USERNAME=dingus@acme.com
export JIRA_TOKEN=abc123
Then:
pip install powerjira
pip install --upgrade powerjira
python -m powerjira --help
python -m powerjira init # stubs config if missing, opens in editor
Usage ⚙
For convenience, set some macro in your shell like:
alias pj='python -m powerjira'
Now the terminal is your ticketing interface:
pj init # creates config
pj goto # opens config in editor
pj fetch QA-123 # shows ticket
pj fetch "to do" # shows all your tickets
pj make # reads specs from your config
pj watched prune # un-watches all your 'DONE' watched tickets
pj watched list
SleepyConfig
You can personalize a few aspects of powerjira's behavior via a file strictly named ~/.sleepyconfig/params.yml. Paste the following into said file, and tinker to your liking:
subprocess_shell: /bin/zsh # this one is global for all sleepytools
pj_table_style: 'rounded_outline'
All other sleepytools use this file as well. Browse my PyPI if you're interested!
Technologies 🧰
Contribute 🤝
If you have thoughts on how to make the tool more pragmatic, submit a PR 😊
Also see TODOD for feature roadmap.
Documentation on the python jira module can be explored here.
License, Stats, Author 📜
See License for the full license text.
Project details
Release history Release notifications | RSS feed
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 powerjira-1.2.2.tar.gz.
File metadata
- Download URL: powerjira-1.2.2.tar.gz
- Upload date:
- Size: 32.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Darwin/24.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d77cd5412ab0c8954e184ca7ea777072946aeaf8b84396db155321f81816ef88
|
|
| MD5 |
b40b89a58b498ad81a762311ddd0b77c
|
|
| BLAKE2b-256 |
2f7cc39f7cbbdba1599b374684979bd36da0cafec3798a1e6b32b1f8d8d8c5b9
|
File details
Details for the file powerjira-1.2.2-py3-none-any.whl.
File metadata
- Download URL: powerjira-1.2.2-py3-none-any.whl
- Upload date:
- Size: 33.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Darwin/24.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
980e5f2c1dec8e78b7f2e6d5a502eab1a707f2b0c8e41d9b853e7cfbd88b30da
|
|
| MD5 |
6bc5d9620c5b838b3157ad65dad78fab
|
|
| BLAKE2b-256 |
33777584198da126a6496d502bb4466d8616b587e508d0fb3c7bca1f5a960607
|