A tool for visualizing Jira issue dependencies.
- Go 1.23 or higher
go build -o jira-deps main.go
Before using jira-deps, you need to have a Jira API Token. To generate a Jira API token:
- Log in to your Jira account
- Go to Account Settings → Security → API tokens
- Create a new API token
Your Jira base URL, username, and token will be prompted for if not found in
the JSON config file located at ${HOME}/.config/jira-deps.json
.
./jira-deps <JIRA-ISSUE-KEY>
# Analyze dependencies for a single issue
./jira-deps PROJ-123
# Analyze multiple issues
./jira-deps PROJ-123 PROJ-456 PROJ-789
The tool analyzes the specified Jira issues and their dependencies, providing:
- Direct issue links and relationships
- Dependency hierarchy