Data pipeline for Jira issue data used to project plan
- Clone this repo
git clone https://github.com/kippnorcal/jira.git
- Install dependencies
- Docker can be installed directly from the website at docker.com.
- 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=
- Build the container
$ docker build -t jira .
- Running the job
$ docker run --rm -it jira
- Annual maintenance not required