Skip to content

MoonVision/jira-tools

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55eb5ac · Nov 19, 2024

History

64 Commits
May 24, 2024
May 24, 2024
Jul 27, 2023
Jul 28, 2023
Nov 1, 2021
Nov 19, 2024
May 24, 2024
Jul 27, 2023
May 24, 2024
Nov 19, 2024
May 24, 2024
May 24, 2024

Repository files navigation

built with nix

Development environment

Authentication

JIRA API requires authentication.

Config File

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 = "..."

Env Variables

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=

JIRA_HOST

URL of JIRA instance. https://teamname.atlassian.net/

JIRA_USERNAME

Email address.

JIRA_PASSWORD

Atlassian API token https://id.atlassian.com/manage-profile/security/api-tokens.