Package Details: jiratui-git 1.9.1.r0.gdb4a7e2-1

Git Clone URL: https://aur.archlinux.org/jiratui-git.git (read-only, click to copy)
Package Base: jiratui-git
Description: A Textual User Interface for interacting with Atlassian Jira from your shell
Upstream URL: https://github.com/whyisdifficult/jiratui
Keywords: jira
Licenses: MIT
Conflicts: jiratui
Provides: jiratui
Submitter: trojkat
Maintainer: livvy
Last Packager: livvy
Votes: 2
Popularity: 0.56
First Submitted: 2025-09-13 20:42 (UTC)
Last Updated: 2026-06-18 16:30 (UTC)

Pinned Comments

livvy commented on 2026-06-17 17:10 (UTC)

Should be working now.

I've tested a clean build in a chroot and everything seems okay, but feel free to comment if you have issues.

Liv

Latest Comments

1 2 3 Next › Last »

livvy commented on 2026-06-18 16:26 (UTC) (edited on 2026-06-18 16:30 (UTC) by livvy)

@bodograumann: I've added these dependencies. If you are not seeing any contents but can see the TUI itself, you've probably not added a valid API key and configured the endpoint correctly. There isn't usually any feedback when the connection fails due to auth issue.

bodograumann commented on 2026-06-18 09:44 (UTC) (edited on 2026-06-18 09:44 (UTC) by bodograumann)

I also had to install:

  • python-puremagic
  • python-mistune
  • python-textual-autocomplete [AUR]

After setting up the config the tui now starts at least. Cannot yet see any contents, but that is probably a software issue.

bodograumann commented on 2026-06-18 07:37 (UTC)

Could install it now, but get this when starting:

Traceback (most recent call last):
  File "/usr/bin/jiratui", line 5, in <module>
    from jiratui.cli import jiratuicli
  File "/usr/lib/python3.14/site-packages/jiratui/cli.py", line 14, in <module>
    from jiratui.app import JiraApp
  File "/usr/lib/python3.14/site-packages/jiratui/app.py", line 10, in <module>
    from jiratui.api_controller.controller import APIController, APIControllerResponse
  File "/usr/lib/python3.14/site-packages/jiratui/api_controller/controller.py", line 13, in <module>
    from jiratui.api.api import JiraAPI, JiraAPIv2, JiraDataCenterAPI
  File "/usr/lib/python3.14/site-packages/jiratui/api/api.py", line 8, in <module>
    import puremagic
ModuleNotFoundError: No module named 'puremagic'

livvy commented on 2026-06-17 17:10 (UTC)

Should be working now.

I've tested a clean build in a chroot and everything seems okay, but feel free to comment if you have issues.

Liv

livvy commented on 2026-06-17 16:38 (UTC)

@trojkat: No worries, all updated @bodograumann

trojkat commented on 2026-06-17 16:11 (UTC)

@livvy: Sorry, I don't have enough time to maintain the package, you can take over if you want.

livvy commented on 2026-06-17 12:54 (UTC)

@trojkat: Please could you respond? It is possible to fix this package as all of the dependencies have been packaged (python-marklas). If there's no response or updating of the package in 48hrs I will put in an orphan request.

Liv

bodograumann commented on 2026-06-17 10:58 (UTC)

I would love to try this package. Any chance of getting it to work now?

livvy commented on 2026-06-05 01:57 (UTC)

@trojkat: I have created python-marklas AUR package with upper bound of python-uv-build removed. This should not be a problem now.

trojkat commented on 2026-06-04 21:18 (UTC)

@livvy: It's not possible right now as the upstream package requires dependencies that are not available yet as packages.