You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Team,
Can you please help me how to raise a pull request automatically via APIs, this is to be used in my program that whenever a new repo is created via Jenkins job, i need to create a pull request for that repo name.
I had forked the original repo as i cant create separate branch due to limited permission issues. (Bitbucket version is 7.21.1)
In Browser the repos are:
=================
My Forked repo(Source) : 'https://URL/stash/users/MyUser/repos/RepoName/browse'
Original repo (Destination) : 'https:/URL/stash/projects/ProjectName/repos/RepoName/browse'
For Cloning the repos are:
=================
My Forked repo(Source) : 'https://URL/stash/scm/MyUser/RepoName.git'
Original repo (Destination) : 'https:/URL/stash/scm/ProjectName/RepoName.git'
How can i raise a pull request from source repo to destination repo?
Also please suggest how to add content/data in a file(eg: abc.json) of my forked repo and raise a PR to the main repo so that content/data are added to main repo file(abc.json) after approval/review, all this via APIs