Inside Atlassian

This page is no longer in use.

Tier 3

Article in Jira

A tale of time zones and feature discovery in Jira

About a year ago, I wrote a feature for Jira during my 20% time that shipped in Jira 5.1. This feature notifies a user if their current time zone (as detected by their browser) doesn’t match the time zone they’ve set in their user preferences. Part of the reason I wrote the time zone detection […]

Article in Bitbucket

New audit logs give you the who, what, when, and where

When it comes to your account on Bitbucket, security and privacy is paramount — which is why we’ve added a full audit log for any changes made to personal and teams accounts. Changes made by yourself, or third party applications configured via OAuth will be recorded in the audit log. Some of the events you’ll see when reviewing […]

Article in Trello

Create Trello cards via email

Using email as a productivity tool quickly turns into a mess. Hunting down email threads, cc’ing the right people, gauging the importance of a message, tagging… It’s impossible to keep up.

Article in Trello

Introducing power-ups: calendar, card aging, and more

We get a lot of feature requests. A whole lot. Some of them are even pretty good. But there’s no way we can fit them all in Trello without ruining the simple, core experience we work really hard to maintain. That’s why we’re happy to announce the launch of Power-Ups.

Article in Trello

Webhooks are here!

We’re happy to announce the launch of webhooks in our developer API! Webhooks provide a way for apps to be notified when there is a change to a user’s board, card, list, or any other model. This is perfect for developers working on third party apps that need data to be in sync.

Article in Developers

Git forks and upstreams: a how-to with cool tips

There are tons and then some useful guides on how to keep your forks updated against the upstream repositories (and if you’re wondering why you would want to use forks in an enterprise setting, check out a few reasons here). In this blog I will introduce you to few aspects of how forking interacts with […]

Article in Bitbucket

Customize your avatar in Bitbucket (no Gravatar needed!)

After over 700 requests to replace Gravatar from Bitbucket users like you, we’re excited to announce a new avatar picker in Bitbucket. Now you can upload and crop images to personalize your user profile and free private repositories. Upload any JPG, GIF, or PNG via drag-and-drop or the file browser, then easily resize until your image is just […]

Article in Trello

Emoji and markdown everywhere in Trello

Markdown is a lightweight, human-readable markup language used for formatting text. It’s a simple way to add things like bold, italics, links, lists, paragraphs, headers, and images in blocks of text. Previously, we used Markdown for board and card descriptions and member bios. We’re happy to announce that you can now also use Markdown support in card comments and checklist items. And, so you can can get really expressive, we’ve added emoji support! That means you can use real images for smilies and emoticons like , , and everywhere in Trello.

Article in Developers

Managing a product backlog with ease (3/3)

This article is part of a blog series! Part Title 1 Organizing your backlog 2 Prioritizing work 3 Handing off to engineering   In the last post, we outlined how Josh Devenny, one of the Jira product managers, uses GreenHopper to prioritize work for the team. He works closely with the development team to ensure […]

Article in Bitbucket

Enhance your DevOps toolchain with Integrated CI/CD

A seamless way to connect Bitbucket to the leading CI/CD solutions, increasing developer velocity and accelerating time to production.

Article in Developers

Managing a product backlog with ease (2/3)

This article is part of a blog series! Part Title 1 Organizing your backlog 2 Prioritizing work 3 Handing off to engineering   I received a number of comments on the post Managing a product backlog with ease. Because there were several key questions around the larger workflow and how the product managers interact with […]

Article in Developers

Five Confluence features beginners will love

Prior to joining Atlassian on the Confluence Marketing team, I had never used Confluence, so I understand what it’s like to learn it from scratch. There are tons of useful features for any kind of Confluence user that I’m still learning, but I found concentrating on a few basics helped me get comfortable quickly. 1. Keep […]

Article in Developers

Using watchers and @mentions effectively in Jira

Jira makes it easy to keep others in the loop and stay on top of issues you care about.  For notifications to be effective you can’t overwhelm your audience.  Jira has three notification methods known as notification schemes, watchers, and @mentions.  In this blog article we will focus on watchers and @mentions as they apply […]

Article in Developers

Four fast ways to link to content in Confluence

The Tip of the Month, brought to you by Atlassian University, is a monthly series to help master Atlassian tools. Products are more fun to use when you know all the tricks. At Atlassian we live in Confluence. Our intranet houses all the content that keeps the company running. This collection of rich pages and […]

Article in Developers

Maven Git Flow Plugin for Better Releases

What is JGit Flow and why do I need a Maven plugin? If you missed my other blog post, I recently released a Java library named jgit-flow that implements the git-flow branching and merging model introduced by Vincent Driessen in Java. My hope is that developers will use this library to integrate git-flow workflows inside […]