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.
Hello,
Is there a way or script to list bitbucket branch into a dropdown list that related to a Project Key.
The plan is that when create Jira Issue bug, we can select a branch from the list and it will appear in detail section.
Product used is JIRA Server & Bitbucket Server.
Thanks in advance.
+1 Looking for a free way to have a custom field that allows the user to select any existing branch on the Jira issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Prashant Bagewadi
You can accomplish this with the app Elements Connect (previously called nFeed).
(Disclaimer: I am the product manager of Elements Connect, I work for Elements)
Here is how:
rest/api/1.0/projects/PROJECT-KEY/repos/REPO-NAME/branches?filterText=$userInputwhere PROJECT-KEY is the bitbucket project key and REPO-NAME is the bitbucket repository nam
$.values
{0}
This is the configuration of a bitbucket repository picker. The text typed by the user in the autocomplete field is used to filter the query. ($userInput variable).
You can adapt this configuration to your needs and explore the Bitbucket configuration here: https://docs.atlassian.com/bitbucket-server/rest/7.3.1/bitbucket-rest.html?#idp200
If you have another question about Elements Connect, please contact our support team.
Hope it helps
Regards,
Christophe
Lead Product Manager @ Elements
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.