The purpose of this project is to get projects on Jira and create this project on Bitbucket with Java.
• Quick Start Jira on Docker : https://hub.docker.com/r/atlassian/jira-software
• Quick Start Bitbucket on Docker : https://hub.docker.com/r/atlassian/bitbucket-server/
• To checkout this code : git clone https://github.com/aydinnyunus/Jira-Bitbucket-Integration-Script.git
• The main codes in "src/main/java/JavaApiClient.java".
• [Basic Auth] Change this String Variables on JavaApiClient.java : "jiraUserName,bitbucketUserName,jiraPassword,bitbucketPassword".
• If you need change : "jiraURL,bitbucketURL".
• Run "JavaApiClient.java".