Skip to content

mofr/jira-calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Graphviz is used for charts generation. On MacOS you can install it with Homebrew:

brew install graphviz

Install

Run pip install -r requirements.txt in the root directory

Usage

The following environment variables are required:

  • JIRA_HOST, e.g. https://your-domain.atlassian.net
  • JIRA_USERNAME, e.g. your-email@example.com
  • JIRA_TOKEN, see how to set up token here

For example:

JIRA_HOST=domain JIRA_USERNAME=username JIRA_TOKEN=token python jira_client.py --sprints "Sprint 80" "Sprint 81" --show_graph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%