- Nix https://nixos.org/
- direnv https://direnv.net/
- nix-direnv https://github.com/nix-community/nix-direnv
JIRA API requires authentication.
jira-tools can be configured with a config file in
~/.config/jira-tools/jira-tools.toml or in your current working directory (./jira-tools.toml).
host = "..."
username = "..."
password = "..."In the development environment the env variables can be put into a file .env.
The direnv config will load variables from the .env file automatically.
JIRA_HOST=
JIRA_USERNAME=
JIRA_PASSWORD=
URL of JIRA instance. https://teamname.atlassian.net/
Email address.
Atlassian API token https://id.atlassian.com/manage-profile/security/api-tokens.