Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aydinnyunus/jira-bitbucket-integration-script
- Owner: aydinnyunus
- Created: 2020-03-01T15:00:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T02:30:10.000Z (over 3 years ago)
- Last Synced: 2024-05-01T16:33:26.139Z (8 months ago)
- Topics: 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
- Language: Java
- Size: 40 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)