# JiraTUI Documentation ![Static Badge](https://img.shields.io/badge/python-3.13%20%7C%203.12%20%7C%203.11%7C%203.10-blue) ![Static Badge](https://img.shields.io/badge/license-MIT-orange) A **Text User Interface (TUI)** for interacting with [Atlassian's Jira](https://www.atlassian.com/software/jira) directly from your shell. The documentation in this website contains information on how to install, configure and use the application's UI and CLI tools. ```{figure} /_static/assets/images/jiratui_start.png :align: center The initial screen of the application ``` ```{toctree} :caption: Documentation for Users :maxdepth: 1 users/install/index.md users/configuration/index.md users/usage/index.md users/configuration/configuration.md ``` ```{toctree} :caption: Documentation for Develoeprs :maxdepth: 1 developers/index.md