Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×Connect Your Git Repository for Jira: New Integration by Getint Keeping development and project management in sync has always been a challenge. Developers live in Git repositories, while project m...
...anaging enterprise information efficiently is no longer optional, you shouldn't miss this collision of three different approaches regarding Data Management, where Open Source Consulting, GitProtect.io &a...
Happy Apptoberfest 2024! 🎉🍂 Curious how we did Oma’s famous sauerkraut using her recipe she stored in Bitbucket? Watch our video to see how we blend tradition with technical documen...
Managing access to Git repositories within Confluence is a big deal for any software development team. Knowing that different teams have different needs, we’ve developed two access modes in Git for C...
Whether you're on Jira Cloud or Data Center, there are several ways to integrate your Git repositories with Jira. However, how you plan and setup these integrations can have a large impact on t...
...ime to jump in and get started! Check out our official announcement blog for all the details.
...imitations of proprietary formats, ensuring your documentation remains accessible and editable. And the benefits don't stop there, coupled with version control systems like Git, these formats transform d...
...oncept: 2015: First introduced in Open Source Project Chromium. We recommend this post from 2015 by Monica Dinculescu about the owners feature for Chromium. 2017: Introduced in Git...
...he core functionality includes: Incorporating files, pull requests, and other relevant data from both public and private Bitbucket repositories. Supporting formats such as Markdown, PlantUML, A...
We have all experienced the slowest and most laborious method of locating a problematic git commit. It involves checking out an old commit, ensuring the faulty code is absent, proceeding to a s...
...ore effectively, easily keep Jira up to date with Jira smart commits, and more in this Jira Git Tips blog post. Take Your Project Management to the Next Level In a few simple c...
Smart commits allow developers to link Git commits to Jira issues. Using specific syntax in a commit message, developers can leverage smart commits to perform actions in Jira like add a c...
...eed to install Git Integration for Jira from the Atlassian marketplace. Like all Atlassian marketplace apps, you’ll need a Jira administrator to install the app. Once you have Git Integration for J...
...hings are going wrong with your latest commits. Git pre-receive hooks and git pre-commit hooks are here to watch over your shoulder at a much earlier stage - when you commit changes locally or p...
Use the Git commit message to automate your Jira workflow Automatically resolving a Jira issue from the Git (or other VCS) commit message means that the Jira issue mentioned in the commit message i...
...eference-issues-in-your-development-work/ Example of commit message including references of Jira tickets: git commit -m "TEM-1234 TEM-5677 CS-345: Fix timeline visualization bug" 3. Use Git Hooks to e...
Hi all 👋 it's Dave Parrish from the Compass integrations team. We're excited to share that you can now connect Compass to your Git tool of choice, including (hot off the presses) our brand-n...
Hello Community, It is very much likely that you already use standard git commands like git add, git commit, git push, git pull in day-to-day life. But learning a few more commands will improve y...
Just a quick write up to capture notes and the video of our Git and Bitbucket Overview ACE :)
...ith GitHub - an ask many of you have had. As a reminder, with configuration-as-code you can take an existing Compass component and move its source of truth to a YAML configuration file in your code r...
...or joining us! 👏 Every week we scan through the sources like Atlassian's blogs, social media, Atlassian community, and others and pick the most important news so you don't have to. So let's dive i...
We are making changes to the way how Pipelines executes Git clone at the start of a step. Specifically, we are optimising the cloning to benefit from packfile caching. Not only will this positively i...
...eys: Git Authentication using SSH keys is pretty popular nowadays. It uses a pair of private and public cryptographic keys to replace standard username and password authentication. Once the admin has e...
Pre-receive hooks that verify the Git commit message, the modified files, and implement similar code change controls used to be requirements of large enterprises working in regulated industries only....
With its user-friendly interface and functionality, Bitbucket has significantly enhanced the development workflow of teams and organizations that use Git. However, sometimes it can be hard to deal w...
Copied to clipboard