Warning
THIS SOFTWARE IS INCOMPLETE AND FULL OF BUGS! IT'S NOT IN AN USABLE STATE YET. USE IT AT YOUR OWN RISK!
Canoa is a minimal-dependency Jira Terminal User Interface (TUI).
The application utilizes Basic Auth for API authorization. To generate an API token, please refer to this documentation.
Configuration can be done through environment variables or a .env
file.
Precedence rule:
- environment variables
- .env
Variable | Description | Required |
---|---|---|
JIRA_BOARD_ID | Unique identifier for the board (e.g., 1234) | Yes |
JIRA_HOST | Jira's HTTP address (e.g., https://atlassian.com/) | Yes |
JIRA_TOKEN | Authorization token | Yes |
JIRA_USER | Username of the user (e.g., example@example.com) | Yes |