Hey everyone, over the past year, we've added several new features on how you can use Bitbucket and Jira together.
We'd love to know how you are using the integration and how it's helping your team.
Ash
Cancel my brilliant idea for an Atlassian Community article related to this (as I mentioned above), thanks to this Confluence Cloud bug.
It would be really useful if that stuff actually worked. But even if I create a bitbucket branch from the Jira ticket, there is no link in Jira. Only pipelines are correctly linked between Bitbucket and Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Note that Bitbucket already has an area showing Open Pull Requests for a user, which is great.
My point here is the aggregation of that content along with user-specific content from Jira and Confluence into a single page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have a Project Lead on one team who is currently responsible for code reviews for all the engineers on that team.
We're also experimenting with Confluence pages to help aggregate "all my stuff" across both Jira and Confluence. This is a personalized "dashboard" page showing:
(The Jira issues exclude issues "in the Backlog" -- that is, issues with that Status, and issues not in any active Sprints.)
Here is the JQL we use to construct the "open pull requests" content:
assignee = "135790abcdef135790abcdef" AND project in ("ABC","XYZ") AND status = "Review" and development[pullrequests].open > 0
Our process also includes having issues in the "Review" status when there is a PR pending. If you don't have that status, delete that part of the query.
I'm planning on an article soon that illustrates this experiment, but this discussion seemed like a good opportunity for a sneak preview of this portion of the dashboard page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the REST API to use in order to retrieve the JIRA issue resulting from a click of the "create JIRA issue" link on a particular comment of a Bitbucket pull request? I see a POST by which to create an issue. Is there a corresponding GET that I'm missing? See this more detailed question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.