This project links a Jira board with a Github repository:
- For every new task in Jira, it creates an issue in Github with the same name.
- The new task in Jira is updated by adding the corresponding Github issue number to a custom field.
- A link to corresponding Github issue commented on the new task in Jira.
- When an issue is closed in Github, the corresponding task in Jira is set to Done.
To use:
- Fill in your data in JiraGithub/src/main/configurations/JiraGithub/Configuration.xml.
- Run docker build to create a Docker image.
- Run docker run to create and run a Docker container.