Skip to content

Data pipeline for Jira issue data used to project plan

License

Notifications You must be signed in to change notification settings

kippnorcal/jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira

Data pipeline for Jira issue data used to project plan

Dependencies:

Getting Started

Setup Environment

  1. Clone this repo
git clone https://github.com/kippnorcal/jira.git
  1. Install dependencies
  • Docker can be installed directly from the website at docker.com.
  1. Create .env file with project secrets
# API Credentials
JIRA_URL=
JIRA_USER=
JIRA_TOKEN=

# Database Credentials
DB_SERVER=
DB=
DB_SCHEMA=
DB_USER=
DB_PWD=

# Email Credentials (Optional)
ENABLE_MAILER=
SENDER_EMAIL=
SENDER_PWD=
RECIPIENT_EMAIL=
  1. Build the container
$ docker build -t jira .
  1. Running the job
$ docker run --rm -it jira

Maintenance

  • Annual maintenance not required