yujikawa / jiradash

Jira task dashboard by dash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jiradash

Jira task dashboard by dash.

Installation

pip install -r requirements.txt

Usage

Setting environment.

$ export JIRA_URL="https://projectName.atlassian.net"
$ export JIRA_PJ="ProjectName"
$ export JIRA_USER="user"
$ export JIRA_PASS="password"

Run application.

$ python app.py

About

Jira task dashboard by dash.


Languages

Language:Python 100.0%