Skip to content

pristupa/jira-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

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

brew install graphviz

Install

Run pipenv sync in the root directory

Usage

The following environment variables are required:

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

For example:

pipenv run python jira_client.py --sprints "Sprint 80" "Sprint 81" --show_graph
pipenv run python jira_client.py --epics "My Epic" --show_graph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages