JIRA/GitHub scripts with dockers to analyze the impact of the team's stress when the deadline approches.
- Michael Polla
- Ana Domingos
- Maxime Burri
- Antoine Berger
- Salvatore Cicciu
Github : under 60 requests, no token is required. To be able to make more requests, generate a token :
- Go to https://github.com/settings/tokens
- Generate token
- Copy token and pass it as argument
export TOKEN=yourgithubtoken
There are three variables for set up the project : GITHUB_REPO
, JIRA_PROJECT
, JIRA_SERVER
Exemple :
- AMQP :
export GITHUB_REPO="spring-projects/spring-amqp"
export JIRA_PROJECT="AMQP"
export JIRA_SERVER="https://jira.spring.io"
- DATAREDIS :
export GITHUB_REPO="spring-projects/spring-data-redis"
export JIRA_PROJECT="DATAREDIS"
export JIRA_SERVER="https://jira.spring.io"
- Spring framework :
export GITHUB_REPO="spring-projects/spring-framework"
export JIRA_PROJECT="SPR"
export JIRA_SERVER="https://jira.spring.io"
After configuration, just run this command : bash docker-compose up