Archives for the tag: Workflow

Enterprise DVCS Workflows are settling and patterns are consolidating. The flexibility git gives teams is so broad that even within a single company different teams might use different approaches to code sharing and collaboration. I speak from hard evidence as this is exactly what happens at Atlassian. The Stash team works differently than the Confluence team which works differently from the JIRA team. They all share a similar Agile process but have different approaches to branching, Continuous

Continue reading »

Including submodules as part of your Git development allows you to include other projects in your codebase, keeping their history separate but synchronized with yours. It's a convenient way to solve the vendor library and dependency problems. As usual with everything git, the approach is opinionated and encourages a bit of study before it can be used proficiently. There is already good and detailed information about submodules out and about so I won't rehash things. What I'll do here is share some

Continue reading »

Stash 2.1: Pull Requests, Issues, Builds – Integrated

Pull requests – now at the heart of the code discussion. Ever since we introduced pull requests in Stash 1.3, and added branch permissions in 2.0 that let you restrict who can merge pull requests, we've been dreaming up ways to make pull requests even more valuable for developers. With today’s release of Stash 2.1, we’ve added a slew of new features that truly power collaborative development. Stash 2.1 simplifies your Git development workflow by providing more contextual awareness of key

Continue reading »

Unlock the power of search with JIRA 5.2 – Available Today

Enterprise Admins - Be sure to check out 3 Reasons Why Admins Love JIRA 5.2! For anyone using JIRA every day, you already know JIRA's search is incredibly powerful. That said, chances are you're only scratching the surface of what's possible. That's why I'm excited to announce JIRA 5.2. This release introduces a completely re-imagined search experience unlocking the power of JIRA search for you and your team. http://youtu.be/p00JPbtYRTo Download JIRA 5.2 Today Find issues faster

Continue reading »

JIRA 5.2 sneak peek: Experiment with Change

Even Goldilocks had to try a few options before finding something that was juuuust right. You need to experiment too: adding and removing workflows in JIRA to get your setup just right. With JIRA 5.2, it's easy to add, remove and swap workflows to find the perfect set for your project. Check it out: Play Experiment with Change There are endless possibilities when it comes to setting up workflows. Here are some examples of popular tweaks you can make to get the workflow for each issue type

Continue reading »

I'll confess to being a little intimidated by the prospect of writing this blog.  See, I haven't been active as a coder for a couple years and haven't yet worked on a collaborative Git or Hg project.  (It's on my to-do list... just haven't swizzled it in yet.)  But lack of hands-on experience notwithstanding, I'm really excited about a growing trend amongst DVCS teams.  No, not Pokemon Exception Handling.  I'm talking about story branching.  And it's all the rage here at Atlassian. The

Continue reading »