Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aydinnyunus/jira-bitbucket-integration-script

Atlassian-Script
https://github.com/aydinnyunus/jira-bitbucket-integration-script

atlassian atlassian-bitbucket atlassian-jira bitbucket bitbucket-api bitbucket-server docker docker-image docker-java docker-jira java java-library jira jira-client jira-rest-api maven maven-pom stash

Last synced: about 1 month ago
JSON representation

Atlassian-Script

Awesome Lists containing this project

README

        

# 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](https://docs.atlassian.com/bitbucket-server/rest/7.0.0/bitbucket-rest.html)

[JIRA Server - REST ](https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/)