Skip to content

aydinnyunus/Jira-Bitbucket-Integration-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Jira-Bitbucket-Integration-Script

The purpose of this project is to get projects on Jira and create this project on Bitbucket with Java.

INSTALLATION

• 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/

USAGE

• 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".

More information about the REST API

Bitbucket Server - REST

JIRA Server - REST