Created
April 23, 2026 10:21
-
-
Save palaniraja/19a597a148187785b82f86df0aaf44df to your computer and use it in GitHub Desktop.
~/.config/jiratui/ - some configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jira_api_username: '' | |
| jira_api_token: '' | |
| jira_api_base_url: '' | |
| active_sprint_on_startup: true | |
| default_project_key_or_id: "" | |
| log_file: "/Users/palani/.config/jiratui/tui.log" | |
| log_level: "DEBUG" | |
| # jql_expression_id_for_work_items_search: 53753 # didnt work | |
| # only works with my fork - a0bf86a | |
| search_results_default_order: "updated desc" | |
| search_results_columns: | |
| - key | |
| - status | |
| - updated | |
| - summary | |
| - assignee | |
| # search_results_summary_max_lines: 3 | |
| comments_collapsed_by_default: true | |
| comments_open_by_default_count: 5 | |
| # jiratui themes | |
| # theme: "textual-dark" | |
| # theme: "textual-light" | |
| # theme: "nord" | |
| # theme: "gruvbox" | |
| # theme: "catppuccin-mocha" | |
| # theme: "textual-ansi" | |
| # theme: "dracula" | |
| # theme: "tokyo-night" | |
| # theme: "monokai" | |
| # theme: "flexoki" | |
| # theme: "catppuccin-latte" | |
| # theme: "catppuccin-frappe" | |
| # theme: "catppuccin-macchiato" | |
| # theme: "solarized-light" | |
| # theme: "solarized-dark" | |
| # theme: "rose-pine" | |
| # theme: "rose-pine-moon" | |
| # theme: "rose-pine-dawn" | |
| # theme: "atom-one-dark" | |
| # theme: "atom-one-light" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment