A command-line tool for task and project management
Project description
Taskra
Taskra is a powerful command-line tool for managing Jira projects, issues, worklogs, and generating reports directly from your terminal. It streamlines your workflow by providing fast, scriptable access to Jira, saving you time and reducing context switching.
User's Guide
Installation
The recommended way to install Taskra is with pipx, which keeps it isolated and easy to upgrade or uninstall:
pipx install taskra
This will install the latest stable release published on PyPI.
If you'd like to try the latest development version, you can clone the develop branch and install it locally:
git clone --branch develop https://github.com/yourusername/taskra.git
cd taskra
poetry install
Alternatively, to install the stable release manually from main:
git clone https://github.com/yourusername/taskra.git
cd taskra
poetry install
Note: This project uses Poetry for dependency management. Make sure you have Poetry installed before running the above commands.
Configuration
Before using Taskra, configure your Jira account:
taskra config add
You will be prompted for:
- Jira URL (e.g.,
https://yourcompany.atlassian.net) - Email address
- API token (create at Atlassian API tokens)
Manage accounts:
taskra config list
taskra config remove <account-name>
taskra config set-default <account-name>
Common Commands
Projects
List all accessible Jira projects:
taskra projects
Issues
Fetch details of a specific issue:
taskra issue <ISSUE-KEY>
Create a new issue interactively:
taskra issue create
Update an issue:
taskra issue update <ISSUE-KEY>
Add a comment to an issue:
taskra issue comment <ISSUE-KEY> --message "Your comment here"
Tickets Report
Generate a report of tickets in a project with filters:
taskra tickets <PROJECT-KEY> --start-date YYYY-MM-DD --end-date YYYY-MM-DD --status "In Progress" --assignee "john.doe"
Options:
--group-by status|assignee|none--sort-by created|updated|status|assignee|priority--format table|json|csv--reverse/--no-reverse(sort order)
Worklogs
List your worklogs within a date range:
taskra worklogs list --start YYYY-MM-DD --end YYYY-MM-DD
Add a worklog to an issue:
taskra worklogs add <ISSUE-KEY> <time-spent> --comment "Worked on feature X"
Example:
taskra worklogs add PROJ-123 2h30m --comment "Bug fixes and testing"
Reports
Generate cross-project reports:
taskra report cross --projects PROJ1,PROJ2 --start-date YYYY-MM-DD --end-date YYYY-MM-DD
Debugging & Verbose Output
Enable debug output to troubleshoot API calls:
taskra --debug verbose <command>
Debug levels:
none(default)errorinfoverbose
Tips
- Use shell completion for faster command entry (see
scripts/taskra-completion.bash). - Combine filters to narrow down results.
- Use
--jsonto get raw API data for scripting.
License
MIT License
Contributing
Contributions, bug reports, and feature requests are welcome! Please open an issue or submit a pull request.
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 taskra-0.1.9.tar.gz.
File metadata
- Download URL: taskra-0.1.9.tar.gz
- Upload date:
- Size: 68.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/6.6.87.2-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fc5e8109a31796b66a0ecb54cb24938d347c32af3a78100ec7a7eaa3dff3e43
|
|
| MD5 |
794b0d6e62e2cef1b0587fb250c3fb4b
|
|
| BLAKE2b-256 |
b8480dfceb5759bf7c013c3a55476dfa426e53a83f2543d685d0db28c1c53572
|
File details
Details for the file taskra-0.1.9-py3-none-any.whl.
File metadata
- Download URL: taskra-0.1.9-py3-none-any.whl
- Upload date:
- Size: 92.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/6.6.87.2-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f567864fe2823c3c51be958d7bd972783c28e8c4a5c0578255150416479e20eb
|
|
| MD5 |
5b012a7827417f9859ba9fe35143a966
|
|
| BLAKE2b-256 |
e7f265efe9fa495dbc5713c5c2087866906e5c53458de61079ea405c39954982
|