<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Atlassian Blogs</title>
	<atom:link href="http://blogs.atlassian.com/blog-cat/jira/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.atlassian.com</link>
	<description>Software development and collaboration tools</description>
	<lastBuildDate>Thu, 23 May 2013 21:41:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>JIRA 6 + Bamboo 5 = release management goes up to 11</title>
		<link>http://blogs.atlassian.com/2013/05/version-management-jira-bamboo/</link>
		<comments>http://blogs.atlassian.com/2013/05/version-management-jira-bamboo/#comments</comments>
		<pubDate>Thu, 23 May 2013 14:19:34 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Bamboo]]></category>
		<category><![CDATA[JIRA]]></category>
		<category><![CDATA[release management]]></category>
		<category><![CDATA[version management]]></category>

		<guid isPermaLink="false">http://blogs.atlassian.com/?p=25375</guid>
		<description><![CDATA[Delivering software projects is tricky business at the best of times, particularly when it comes to deploying changes. When planning to release, Ops teams need to know what changes are coming so they can mitigate the risk of the deployment and understand what they&#8217;ll be responsible for supporting in production. JIRA provides a convenient lens for anticipating changes to an application. But correlating a new version of the application (i.e., a new build) with the FixVersion on its associated JIRA issues can be difficult because these two meanings of the word &#8220;version&#8221; are not tied together in any programatic or enforceable way. An issue marked with FixVersion &#8220;1.3&#8243; may have been implemented in an application version called &#8220;1.3-RC1&#8243;, &#8220;1.3.0&#8243; or even back in &#8220;1.2.9&#8243;. In the last two years the Bamboo team has had a lot of conversations with customers big and small about their deployment problems and they have always circled back to one issue: visibility. That is to say, there is a lack of visibility across Development, QA and Ops teams about what code has been written, how it was tested, and whether specific changes have made it into production. If you use home-grown scripts to deploy your software, or even one of the CI servers currently available, making upcoming changes highly visible is difficult. That&#8217;s why in Bamboo 5 we harnessing application versions to connect issues, their commits, and the test and deploy history of the resulting build. Wait: JIRA already has version tracking Why do we also need versions in Bamboo, you ask? Fair question. Well, version tracking in JIRA is all about tracking changes as you work towards a goal or milestone–it doesn&#8217;t actually represent the software version that your deploying. For example, it make take a few builds and deploys to QA until you&#8217;re satisfied that the software is ready to ship and you can mark the version as released in JIRA. By contrast, Bamboo&#8217;s versioning provides a unique identifier for the build that&#8217;s being deployed: the version name you choose for it (&#8220;1.3-RC1&#8243;, for example), plus a roll-up of all the new commits and associated JIRA issues since the last version. This makes it dead simple to get a complete picture of what happened between any two versions. Dude, where&#8217;s my code? Versions in Bamboo are tracked against your environments. Environments are another new concept in Bamboo 5, used to represent a server or group of servers that you want to deploy to. Typically these are given names to that reflect the environments in your IT infrastructure like QA, Staging, and Production. By looking at the environments for our deployment project, we can see what versions are currently running, giving a quick overview of what&#8217;s been deployed and where. Only a single version can be active on an environment at a time, and any previously-deployed versions can be looked up through the deployment project&#8217;s version history. Through the eyes of JIRA As useful as all this information is, you won&#8217;t need this level of detail [...]]]></description>
				<content:encoded><![CDATA[<p>Delivering software projects is tricky business at the best of times, particularly when it comes to deploying changes. When planning to release, Ops teams need to know what changes are coming so they can mitigate the risk of the deployment and understand what they&#8217;ll be responsible for supporting in production.</p>
<p>JIRA provides a convenient lens for anticipating changes to an application. But correlating a new version of the application (i.e., a new build) with the FixVersion on its associated JIRA issues can be difficult because these two meanings of the word &#8220;version&#8221; are not tied together in any programatic or enforceable way. An issue marked with FixVersion &#8220;1.3&#8243; may have been implemented in an application version called &#8220;1.3-RC1&#8243;, &#8220;1.3.0&#8243; or even back in &#8220;1.2.9&#8243;.</p>
<p>In the last two years the Bamboo team has had a lot of conversations with customers big and small about their deployment problems and they have always circled back to one issue: visibility. That is to say, there is a lack of visibility across Development, QA and Ops teams about what code has been written, how it was tested, and whether specific changes have made it into production.</p>
<p>If you use home-grown scripts to deploy your software, or even one of the CI servers currently available, making upcoming changes highly visible is difficult. That&#8217;s why in Bamboo 5 we harnessing application versions to connect issues, their commits, and the test and deploy history of the resulting build.</p>
<h3>Wait: JIRA already has version tracking</h3>
<p>Why do we also need versions in Bamboo, you ask? Fair question. Well, version tracking in JIRA is all about tracking changes as you work towards a goal or milestone–it doesn&#8217;t actually represent the software version that your deploying. For example, it make take a few builds and deploys to QA until you&#8217;re satisfied that the software is ready to ship and you can mark the version as released in JIRA.</p>
<p>By contrast, Bamboo&#8217;s versioning provides a unique identifier for the build that&#8217;s being deployed: the version name you choose for it (&#8220;1.3-RC1&#8243;, for example), plus a roll-up of all the new commits and associated JIRA issues since the last version. This makes it dead simple to get a complete picture of what happened between any two versions.</p>
<p><a href="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/VersionDetails.png" rel="lightbox[25375]" title="JIRA 6 + Bamboo 5 = release management goes up to 11"><img class="aligncenter size-large wp-image-25447" style="border: 1px solid #cee1f2; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; margin-top: 0px; margin-bottom: 0px;" alt="VersionDetails" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/VersionDetails-600x416.png" width="600" height="416" /></a></p>
<p><a href="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/VersionReleaseNotes.png" rel="lightbox[25375]" title="JIRA 6 + Bamboo 5 = release management goes up to 11"><img class="aligncenter size-large wp-image-25435" style="border: 1px solid #cee1f2; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; margin-top: 0px; margin-bottom: 0px;" alt="VersionReleaseNotes" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/VersionReleaseNotes-600x391.png" width="600" height="391" /></a></p>
<h3><strong>Dude, where&#8217;s my code?</strong></h3>
<p>Versions in Bamboo are tracked against your environments. Environments are another new concept in Bamboo 5, used to represent a server or group of servers that you want to deploy to. Typically these are given names to that reflect the environments in your IT infrastructure like QA, Staging, and Production.</p>
<p>By looking at the environments for our deployment project, we can see what versions are currently running, giving a quick overview of what&#8217;s been deployed and where. Only a single version can be active on an environment at a time, and any previously-deployed versions can be looked up through the deployment project&#8217;s version history.</p>
<p><a href="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/VersionHistory-1.png" rel="lightbox[25375]" title="JIRA 6 + Bamboo 5 = release management goes up to 11"><img class="aligncenter size-large wp-image-25436" style="border: 1px solid #cee1f2; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; margin-top: 0px; margin-bottom: 0px;" alt="VersionHistory-1" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/VersionHistory-1-600x310.png" width="600" height="310" /></a></p>
<h3>Through the eyes of JIRA</h3>
<p><a href="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/DeploymentsInJIRA.png" rel="lightbox[25375]" title="JIRA 6 + Bamboo 5 = release management goes up to 11"><img class="alignright size-medium wp-image-25438" style="border: 1px solid #cee1f2; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; margin-top: 0px; margin-bottom: 0px;" alt="DeploymentsInJIRA" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/DeploymentsInJIRA-300x212.png" width="300" height="212" /></a>As useful as all this information is, you won&#8217;t need this level of detail all the time. Age-old questions like &#8220;Where can I verify this bug fix?&#8221; and &#8220;Has this user story gone out to production yet?&#8221; are what most of the team will be asking most often. So Bamboo 5 brings that information to where you already are: JIRA.</p>
<p>Inside each JIRA issue that is associated with a version of your application, you&#8217;ll see a list of your environments and whether the code for that issue has been deployed to each one. This also works with the new issue detail view on search results just released in JIRA 6.</p>
<p>Connecting JIRA issues with versions in Bamboo is simple: just include the issue key in the commit message when submitting code for the issue (something most developers do instinctively anyway). Bamboo will see that and add it to the list of issues worked on since the last version.</p>
<p>Versions are just one aspect of the continuous delivery goodness coming up in Bamboo 5. We&#8217;re pretty excited about it all, and we don&#8217;t mind saying so! We&#8217;ve even made pre-release builds of Bamboo 5 available for you to try out. Install it, kick the tires, and use the in-app feedback button to let us know how we can make it even better.</p>
<p style="text-align: center;"><a class="wac-button" style="display: inline-block; background-color: #9fc71c; border: 1px solid #99c019; border-bottom: 1px solid #89b413; border-radius: 6px; box-shadow: inset 0 1px 0 0 #c3dc71; color: #fff; font-size: 18px; font-family: kulturista-web-1,Helvetica,Arial,Verdana,sans-serif; text-decoration: none; text-shadow: 0px 1px 2px #779908; padding: 7px 15px 8px;" href="https://atlassian.wufoo.com/forms/download-the-bamboo-5-beta/"><span style="display: block; border-radius: 6px; cursor: pointer; padding-right: 25px; background: url('http://atlassian.wpengine.netdna-cdn.com/wp-content/themes/atlassian/images/buttonArrow.png') no-repeat center right;">Get the Bamboo 5 beta</span></a></p>
 <img src="http://blogs.atlassian.com/?feed-stats-post-id=25375" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blogs.atlassian.com/2013/05/version-management-jira-bamboo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JIRA 6: Auto look and feel</title>
		<link>http://blogs.atlassian.com/2013/05/jira-6-auto-look-and-feel/</link>
		<comments>http://blogs.atlassian.com/2013/05/jira-6-auto-look-and-feel/#comments</comments>
		<pubDate>Thu, 23 May 2013 13:00:00 +0000</pubDate>
		<dc:creator>Dan Radigan</dc:creator>
				<category><![CDATA[JIRA]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://blogs.atlassian.com/?p=25410</guid>
		<description><![CDATA[JIRA 6 is the biggest release of JIRA in three years. One of the big changes is the introduction of the Atlassian Design Guidelines (ADG). The biggest benefit of this improvement is a consistent look and feel across JIRA as well as other Atlassian applications that support ADG, including Confluence and Stash. All three applications use similar design and workflow patterns that users can follow within and between applications. In addition, JIRA has a new look and feel configurator that makes it easy to bring your brand to JIRA. 1. Meet JIRA&#8217;s new header The new header makes it easier to navigate JIRA, and match the look and feel to your organization&#8217;s brand. The new header&#8217;s application navigator lets you link related applications to JIRA so they&#8217;re just a click away. Linking your frequently-used related applications to JIRA lets users quickly access other applications for higher productivity. The application navigator supports Atlassian products, as well as third-party applications. In addition, the create issue button has been promoted to a more prominent status in the header, and we&#8217;ve tightened up the help and JIRA administration links to make them clearer to users. 2. Quickly apply your brand to JIRA By default, the JIRA header uses the blue and white theme shared by all Atlassian applications. However, our fictional friends ActiveCorp would like their JIRA instance to match their logo as well as their red, green, and black brand colors a little more closely. In JIRA 6, they can upload their logo and brand colors in in the look and feel section of JIRA administration. ActiveCorp used the new look and feel configurator available in JIRA and Confluence. With the upload of their logo JIRA&#8217;s header was instantly updated to match their brand. Pretty neat, yeah?  For those of you that saw the JIRA Jr. promotion, we used this feature as well to make a kid-friendly version of JIRA. Branding tools across your organization helps bring a consistent look and feel across your tools making it easier to for end users to navigate between applications. JIRA is now easier than ever to brand for your organization. Want to experience the best JIRA yet?  Try JIRA 6 today. Try JIRA 6 &#160;]]></description>
				<content:encoded><![CDATA[<p>JIRA 6 is the biggest release of JIRA in three years. One of the big changes is the introduction of the <a href="http://developer.atlassian.com/design/" rel="nofollow">Atlassian Design Guidelines</a> (ADG). The biggest benefit of this improvement is a consistent look and feel across JIRA as well as other Atlassian applications that support ADG, including Confluence and Stash. All three applications use similar design and workflow patterns that users can follow within and between applications. In addition, JIRA has a new look and feel configurator that makes it easy to bring your brand to JIRA.</p>
<h2 id="JIRA'sNewAutoLookandFeel-1.MeetJIRA'snewheader">1. Meet JIRA&#8217;s new header</h2>
<p>The new header makes it easier to navigate JIRA, and match the look and feel to your organization&#8217;s brand. The new header&#8217;s application navigator lets you link related applications to JIRA so they&#8217;re just a click away. Linking your frequently-used related applications to JIRA lets users quickly access other applications for higher productivity. The application navigator supports Atlassian products, as well as third-party applications.</p>
<p>In addition, the <em>create issue</em> button has been promoted to a more prominent status in the header, and we&#8217;ve tightened up the <em>help</em> and <em>JIRA administration</em> links to make them clearer to users.</p>
<p><img class="aligncenter size-large wp-image-25412" alt="jira_6_auto_look_feel_hero" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_auto_look_feel_hero-600x316.png" width="600" height="316" /></p>
<h2 id="JIRA'sNewAutoLookandFeel-2.QuicklyapplyyourbrandtoJIRA">2. Quickly apply your brand to JIRA</h2>
<p>By default, the JIRA header uses the blue and white theme shared by all Atlassian applications. However, our fictional friends ActiveCorp would like their JIRA instance to match their logo as well as their red, green, and black brand colors a little more closely. In JIRA 6, they can upload their logo and brand colors in in the look and feel section of JIRA administration.</p>
<p><img class="aligncenter size-large wp-image-25411" alt="jira_6_auto_look_feel_headers" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_auto_look_feel_headers-600x172.jpg" width="600" height="172" /></p>
<p>ActiveCorp used the new look and feel configurator available in JIRA and Confluence. With the upload of their logo JIRA&#8217;s header was instantly updated to match their brand.</p>
<p><img class="aligncenter size-large wp-image-25414" alt="jira_6_auto_look_feel_wizard" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_auto_look_feel_wizard-600x246.jpg" width="600" height="246" /></p>
<p>Pretty neat, yeah?  For those of you that saw the JIRA Jr. promotion, we used this feature as well to make a kid-friendly version of JIRA.</p>
<p><img class="aligncenter size-large wp-image-25413" alt="jira_6_auto_look_feel_jirajr" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_auto_look_feel_jirajr-600x302.jpg" width="600" height="302" /></p>
<p>Branding tools across your organization helps bring a consistent look and feel across your tools making it <strong>easier to for end users</strong> to navigate between applications. JIRA is now easier than ever to brand for your organization.</p>
<p>Want to experience the best JIRA yet?  Try JIRA 6 today.</p>
<p style="text-align: center;"><a class="wac-button" style="display: inline-block; background-color: #9fc71c; border: 1px solid #99c019; border-bottom: 1px solid #89b413; border-radius: 6px; box-shadow: inset 0 1px 0 0 #c3dc71; color: #fff; font-size: 18px; font-family: kulturista-web-1,Helvetica,Arial,Verdana,sans-serif; text-decoration: none; text-shadow: 0px 1px 2px #779908; padding: 7px 15px 8px;" href="http://www.atlassian.com/software/jira/try/utm_source=jira-6-design-blog&amp;utm_medium=blogs&amp;utm_campaign=jira-6-design-blog"><span style="display: block; border-radius: 6px; cursor: pointer; padding-right: 25px; background: url('http://atlassian.wpengine.netdna-cdn.com/wp-content/themes/atlassian/images/buttonArrow.png') no-repeat center right;">Try JIRA 6</span></a></p>
<p>&nbsp;</p>
 <img src="http://blogs.atlassian.com/?feed-stats-post-id=25410" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blogs.atlassian.com/2013/05/jira-6-auto-look-and-feel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JIRA 6 available today!</title>
		<link>http://blogs.atlassian.com/2013/05/meet-new-jira-6/</link>
		<comments>http://blogs.atlassian.com/2013/05/meet-new-jira-6/#comments</comments>
		<pubDate>Tue, 21 May 2013 14:06:51 +0000</pubDate>
		<dc:creator>Dan Radigan</dc:creator>
				<category><![CDATA[JIRA]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[jira6]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blogs.atlassian.com/?p=25251</guid>
		<description><![CDATA[Meet the new JIRA Modern. Fast. Mobile. Simple. JIRA 6 is a completely new JIRA. The redesigned look and feel brings a whole new user experience to JIRA. It is modern and simple, clearing away the clutter so that you can get your work done faster. It&#8217;s also mobile so you can work with your project on the go. Check it out: Play  Enjoy the preview? Register for the What&#8217;s New in JIRA 6 webinar today. Sign up for the JIRA 6 webinar JIRA 6 represents the biggest release of JIRA in over three years. JIRA 6 makes us faster as a team. Bryan Rollins, JIRA Group Product Manager Atlassian Inc. Modern JIRA 6 introduces a modern experience that follows the new Atlassian Design Guidelines (ADG). This new user experience doesn&#8217;t just look great, it also helps you get your work done faster. Information is easier to find and common tasks are simpler. The new JIRA look and feel is consistent with other Atlassian applications, so users are more productive using JIRA alongside Confluence, Bitbucket, Stash, and other Atlassian products. Fresh new look The issue navigator is the heart and soul of JIRA. The Atlassian Design Guidelines were critical in making that experience completely awesome Ross Chaldecott, JIRA Design Lead Atlassian Inc. &#160; We&#8217;ve made a big investment in the look and feel of JIRA. In addition to a more consistent experience across other applications using the ADG, like Confluence and Stash, we&#8217;ve modernized JIRA&#8217;s look. Updated buttons, icons, menus, and typography bring JIRA into the now. All of these changes make for a smoother experience inside of JIRA. Navigate with ease Your most frequently visited pages and recent activity are just a click away from anywhere in JIRA. The new common header gives your team an easy way to work with other applications, including Confluence, Stash or another JIRA instance. You can link any Atlassian or third-party application. Fast We wanted to uplevel and change the way end users experienced searching, finding, and managing issues on a daily basis. Mike Cannon-Brookes, Co-founder &#38; CEO Atlassian Inc. Detail View: optimize the way you work with issues JIRA 6 brings about an awesome new way to work in JIRA. With detail view you can now easily see all your issues both at a glance and in detail on the same screen. We&#8217;re on a mission to make teams faster. With JIRA 6&#8242;s detail view, it&#8217;s much easier to work with sets of issues because you never lose focus. Detail view gives you the full power of JIRA: inline edits for single field changes, @mentions to pull others into the conversation, and keyboard shortcuts to speed up navigation and make editing and triaging issues a breeze. We think these new features will cut the time you&#8217;ll spend working with lists of issues by 50 percent. &#160; Compact mode Nothing aids productivity like screen real estate. Compact mode in JIRA 6 adds up to 20 percent more screen space to help you focus on what matters most: your issues. In list view, [...]]]></description>
				<content:encoded><![CDATA[<h2>Meet the new JIRA</h2>
<h3>Modern. Fast. Mobile. Simple.</h3>
<p>JIRA 6 is a completely new JIRA. The redesigned look and feel brings a whole new user experience to JIRA. It is modern and simple, clearing away the clutter so that you can get your work done faster. It&#8217;s also mobile so you can work with your project on the go. Check it out:</p>
<p style="text-align: center;"><a class="lbpModal" style="position: relative; display: inline-block;" href="http://www.youtube.com/embed/XIn1zxAbrv8?autoplay=1&amp;rel=0&amp;wmode=transparent" rel="lightbox"><span style="background: url('http://atlassian.wpengine.netdna-cdn.com/wp-content/themes/atlassian/images/playImage.png') no-repeat scroll center center; z-index: 9999; float: left; position: absolute; display: block; width: 100%; height: 100%; text-indent: -99999px;">Play</span><img class="aligncenter size-full wp-image-25369" alt="WhatsNew_Hero_JIRA6_407x248" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/WhatsNew_Hero_JIRA6_407x248.png" width="407" height="248" /></a></p>
<p style="text-align: center;"> Enjoy the preview? Register for the What&#8217;s New in JIRA 6 webinar today.</p>
<p style="text-align: center;"><a class="wac-button" style="display: inline-block; background-color: #9fc71c; border: 1px solid #99c019; border-bottom: 1px solid #89b413; border-radius: 6px; box-shadow: inset 0 1px 0 0 #c3dc71; color: #fff; font-size: 18px; font-family: kulturista-web-1,Helvetica,Arial,Verdana,sans-serif; text-decoration: none; text-shadow: 0px 1px 2px #779908; padding: 7px 15px 8px;" href="https://www2.gotomeeting.com/register/469904474?s=adv"><span style="display: block; border-radius: 6px; cursor: pointer; padding-right: 25px; background: url('http://atlassian.wpengine.netdna-cdn.com/wp-content/themes/atlassian/images/buttonArrow.png') no-repeat center right;">Sign up for the JIRA 6 webinar</span></a></p>
<div style="margin-left: -225px; padding-left: 50%; width: 500px; font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;">
<p style="font-size: 1.3em; line-height: 1.2em;"><img alt="" src="http://pokemonresource.wikinet.org/w/images/pokemonresource/uploads/a/a8/Icon_Quote.png" /> JIRA 6 represents the biggest release of JIRA in over three years. JIRA 6 makes us faster as a team.</p>
<p style="font-size: 1.2em; line-height: 1.2em; color: #666; text-align: right;"><img alt="" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/bryan.jpg" width="40" height="42" align="right" hspace="8" />Bryan Rollins, JIRA Group Product Manager Atlassian Inc.</p>
</div>
<h2></h2>
<h2 id="JIRA6blogdraft-Modern">Modern</h2>
<p>JIRA 6 introduces a modern experience that follows the new <a href="https://developer.atlassian.com/design/" rel="nofollow">Atlassian Design Guidelines</a> (ADG). This new user experience doesn&#8217;t just look great, it also helps you get your work done faster. Information is easier to find and common tasks are simpler. The new JIRA look and feel is consistent with other Atlassian applications, so users are more productive using JIRA alongside <a href="http://www.atlassian.com/software/confluence/" rel="nofollow">Confluence</a>, <a href="https://www.atlassian.com/software/bitbucket/" rel="nofollow">Bitbucket</a>, <a href="http://www.atlassian.com/software/stash/" rel="nofollow">Stash</a>, and other Atlassian products.</p>
<h3 id="JIRA6blogdraft-Freshnewlook">Fresh new look</h3>
<div style="margin-left: -225px; padding-left: 50%; width: 500px; font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;">
<p style="font-size: 1.3em; line-height: 1.2em;"><img alt="" src="http://pokemonresource.wikinet.org/w/images/pokemonresource/uploads/a/a8/Icon_Quote.png" /> The issue navigator is the heart and soul of JIRA. The Atlassian Design Guidelines were critical in making that experience completely awesome</p>
<p style="font-size: 1.2em; line-height: 1.2em; color: #666; text-align: right;"><img alt="" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/ross.jpg" width="40" height="40" align="right" hspace="8" />Ross Chaldecott, JIRA Design Lead Atlassian Inc.</p>
</div>
<p>&nbsp;</p>
<p>We&#8217;ve made a big investment in the look <em>and </em>feel of JIRA. In addition to a more consistent experience across other applications using the ADG, like Confluence and Stash, we&#8217;ve modernized JIRA&#8217;s look. Updated buttons, icons, menus, and typography bring JIRA into the now. All of these changes make for a smoother experience inside of JIRA.</p>
<p><strong><img class="aligncenter size-full wp-image-25359" alt="jira-6-hero" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira-6-hero.png" width="600" height="413" /></strong></p>
<h3 id="JIRA6blogdraft-Navigatewithease">Navigate with ease</h3>
<p>Your most frequently visited pages and recent activity are just a click away from anywhere in JIRA. The new common header gives your team an easy way to work with other applications, including Confluence, Stash or another JIRA instance. You can link any Atlassian or third-party application.</p>
<p><strong><img class="aligncenter size-full wp-image-25358" alt="jira-6-header" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira-6-header.png" width="600" height="293" /></strong></p>
<h2></h2>
<h2 id="JIRA6blogdraft-Fast">Fast</h2>
<div style="margin-left: -225px; padding-left: 50%; width: 500px; font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;">
<p style="font-size: 1.3em; line-height: 1.2em;"><img alt="" src="http://pokemonresource.wikinet.org/w/images/pokemonresource/uploads/a/a8/Icon_Quote.png" /> We wanted to uplevel and change the way end users experienced searching, finding, and managing issues on a daily basis.</p>
<p style="font-size: 1.2em; line-height: 1.2em; color: #666; text-align: right;"><img alt="" src="https://si0.twimg.com/profile_images/2119749600/image.jpg" width="40" height="40" align="right" hspace="8" />Mike Cannon-Brookes, Co-founder &amp; CEO Atlassian Inc.</p>
</div>
<h3></h3>
<h3></h3>
<h3 id="JIRA6blogdraft-DetailView:Optimizethewayyouworkwithissues">Detail View: optimize the way you work with issues</h3>
<p>JIRA 6 brings about an awesome new way to work in JIRA. With detail view you can now easily see all your issues both at a glance and in detail on the same screen. <strong>We&#8217;re on a mission to make teams faster.</strong> With JIRA 6&#8242;s detail view, it&#8217;s much easier to work with sets of issues because you never lose focus. Detail view gives you the full power of JIRA: inline edits for single field changes, @mentions to pull others into the conversation, and keyboard shortcuts to speed up navigation and make editing and triaging issues a breeze. We think these new features will cut the time you&#8217;ll spend working with lists of issues by 50 percent.</p>
<p>&nbsp;</p>
<h3 id="JIRA6blogdraft-CompactMode"><img class="aligncenter size-large wp-image-25357" alt="jira-6-detail-view" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira-6-detail-view-600x353.png" width="600" height="353" /></h3>
<h3></h3>
<h3>Compact mode</h3>
<p>Nothing aids productivity like screen real estate. Compact mode in JIRA 6 adds up to 20 percent more screen space to help you focus on what matters most: your issues. In list view, compact mode allows you to add more columns to the screen. In detail view, you can see even more issue specifics without scrolling.</p>
<p><strong><img class="aligncenter size-full wp-image-25356" alt="jira-6-compact-mode" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira-6-compact-mode.png" width="257" height="338" /></strong></p>
<p style="text-align: center;"><strong>Power User?</strong> <em>Press ‘[&#8216; to collapse or expand the sidebar without touching your mouse.</em></p>
<h2></h2>
<h2 id="JIRA6blogdraft-Mobile">Mobile</h2>
<div style="margin-left: -225px; padding-left: 50%; width: 500px; font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;">
<p style="font-size: 1.3em; line-height: 1.2em;"><img alt="" src="http://pokemonresource.wikinet.org/w/images/pokemonresource/uploads/a/a8/Icon_Quote.png" /> JIRA Mobile helps me be more productive with my remote teams. I can stay in contact when I&#8217;m not at the office.</p>
<p style="font-size: 1.2em; line-height: 1.2em; color: #666; text-align: right;"><img alt="" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/shihab.jpg" width="40" height="40" align="right" hspace="8" />Shihab Hamid, JIRA Product Manager Atlassian Inc.</p>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="size-full wp-image-25360 alignright" alt="jira-6-mobile" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira-6-mobile.png" width="300" height="305" /></p>
<p>Access JIRA anywhere! We&#8217;ve introduced a new mobile view for JIRA, focused on the activities and information you need when you&#8217;re not gazing deeply into your monitor&#8217;s pixels.</p>
<p>We&#8217;ve optimized how teams work by enabling you to stay connected even when you&#8217;re out of the office. Comment on issues and @mention others to bring them into the conversation on your train ride home. If you&#8217;re stuck in a meeting, assign an issue that needs attention straight from your phone. Check out your favorite filters to see the updated status of your stories. Watch hot issues so you stay on top of any updates.</p>
<p>After all, where are you usually checking email and seeing JIRA notifications? Your phone! Just click any link in a JIRA notification from your smartphone, and you&#8217;ll wind up in the new JIRA mobile interface.</p>
<h2></h2>
<h2 id="JIRA6blogdraft-Simple">Simple</h2>
<h3 id="JIRA6blogdraft-GetStartedEasily">Get started easily</h3>
<p>In JIRA 6 we&#8217;ve made getting started easier than ever. We&#8217;ve taken the types of projects you create most often in JIRA and collapsed the setup for those projects into two clicks. Creating new projects couldn&#8217;t be simpler!</p>
<p><strong><img class="size-large wp-image-25361 aligncenter" alt="jira-6-workflow-sharing" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira-6-workflow-sharing-600x329.jpg" width="600" height="329" /></strong></p>
<h3 id="JIRA6blogdraft-Workflow">Workflow</h3>
<p>Thousands of teams choose JIRA for the awesome power of the workflow, but you don&#8217;t have to start from scratch. Discover, explore, and import workflows in the Atlassian Marketplace.</p>
<ul>
<li>Bring known best practices into your organization from the Atlassian Marketplace.</li>
<li>Configure and test workflows (including screens and fields) in your staging instance. Import them to your production instance to minimize configuration churn.</li>
<li>Find workflows for all kinds of business processes in the Marketplace. Explore new possibilities and find creative ways to take advantage of JIRA.</li>
</ul>
<p>&nbsp;</p>
<h2 id="JIRA6blogdraft-JIRA6HasEvenMore!">JIRA 6 has even more!</h2>
<p>JIRA 6 is filled with all kinds of good stuff. You can check out the release notes for more details, but here&#8217;s a few more key feature of JIRA 6.</p>
<ol>
<li><strong>Editable usernames</strong> — The second most requested feature, as determined by customer votes, is here! JIRA Administrators can now edit any username in the JIRA internal directory.</li>
<li><strong>Bulk watch</strong> — With over 220 votes, we&#8217;ve brought this feature into JIRA 6. Now you can watch issues en mass to stay in touch with key issues in your project.</li>
<li><strong>Global workflow schemes</strong> — Now you can edit an <strong>active</strong> workflow scheme on a set of projects. If you have many projects that share one workflow, this feature is for you.</li>
<li><strong>Translate custom fields</strong> — Running JIRA in multiple locales? Customers whose users operate in different languages can now translate the names and descriptions of custom fields.</li>
<li><strong>JIRA to JIRA issue copy</strong> (Marketplace plugin) — For customers with more than one JIRA server, you can copy an issue from one project to another, even if the projects aren&#8217;t on the same JIRA instance.</li>
</ol>
<h2 id="JIRA6blogdraft-ReadytoexplorethebestJIRAever?">Ready to explore the best JIRA ever?</h2>
<p>JIRA 6 is not just a fresh coat of paint. We&#8217;ve made the core experiences at the heart of JIRA better. JIRA 6: Modern, Fast, Mobile, Simple. JIRA 6 makes both individuals and teams more effective in achieving their goals. It&#8217;s time to try JIRA 6 and see how it makes your team run faster, together.</p>
<p style="text-align: center;"><strong>Register for the What&#8217;s New in JIRA 6 webinar today.</strong></p>
<p style="text-align: center;"><a class="wac-button" style="display: inline-block; background-color: #9fc71c; border: 1px solid #99c019; border-bottom: 1px solid #89b413; border-radius: 6px; box-shadow: inset 0 1px 0 0 #c3dc71; color: #fff; font-size: 18px; font-family: kulturista-web-1,Helvetica,Arial,Verdana,sans-serif; text-decoration: none; text-shadow: 0px 1px 2px #779908; padding: 7px 15px 8px;" href="https://www2.gotomeeting.com/register/469904474?s=adv"><span style="display: block; border-radius: 6px; cursor: pointer; padding-right: 25px; background: url('http://atlassian.wpengine.netdna-cdn.com/wp-content/themes/atlassian/images/buttonArrow.png') no-repeat center right;">Sign up for the JIRA 6 webinar</span></a></p>
<p><strong>New to JIRA?</strong></p>
<p>Get up and running in a matter of minutes with a <a href="http://www.atlassian.com/software/jira/try?utm_source=bac-jira-60-announcement-blog-post&amp;utm_medium=text&amp;utm_campaign=jira-6-0">free 30-day JIRA OnDemand trial</a>.</p>
<h3>Ready to upgrade?</h3>
<p>Check out the <a href="https://confluence.atlassian.com/display/JIRA/JIRA+6.0+Release+Notes">full release notes</a> and start seeing real results with <a href="http://www.atlassian.com/en/software/jira/whats-new/jira-60.html?utm_source=bac-jira-60-announcement-blog-post&amp;utm_medium=text&amp;utm_campaign=jira-6-0">JIRA 6</a> today.</p>
<p><strong>OnDemand Customers</strong>: Congrats! You&#8217;ve have been auto-upgraded to <a href="http://www.atlassian.com/en/software/jira/whats-new/jira-60.html?utm_source=bac-jira-60-announcement-blog-post&amp;utm_medium=text&amp;utm_campaign=jira-6-0">JIRA 6</a>!</p>
<p>Check back to <a href="http://atlassian.wpengine.netdna-cdn.com/jira/" rel="nofollow">http://blogs.atlassian.com/jira/</a> over the next few weeks. We will be highlighting key features and use cases using the new JIRA on the blog.</p>
 <img src="http://blogs.atlassian.com/?feed-stats-post-id=25251" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blogs.atlassian.com/2013/05/meet-new-jira-6/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>Why tools matter: Optimize your team with JIRA 6</title>
		<link>http://blogs.atlassian.com/2013/05/jira-6-optimizing-you-why-tools-matter/</link>
		<comments>http://blogs.atlassian.com/2013/05/jira-6-optimizing-you-why-tools-matter/#comments</comments>
		<pubDate>Tue, 21 May 2013 14:04:46 +0000</pubDate>
		<dc:creator>Dan Radigan</dc:creator>
				<category><![CDATA[JIRA]]></category>
		<category><![CDATA[jira6]]></category>

		<guid isPermaLink="false">http://blogs.atlassian.com/?p=25353</guid>
		<description><![CDATA[Each of us has a series of tasks that we do on a recurring basis at work. Engineers typically work with a few key tools such as compilers, source code repositories, issues trackers, build servers, and office tools like email to deliver code back to the company. At Atlassian, we think of product development tasks as falling into three groups: As individuals, we can get a great return on investment from optimizing within that inner loop. These are the tasks you and your team perform every day–even several times each day–so it&#8217;s critical that they be fast and effective. Most of these tasks are, or can be, tracked as issues. As agile organizations, we&#8217;re always seeking to work with issues more fluidly so we can bring our innovations to market faster and with higher quality. Let&#8217;s take a look at the product feedback life cycle: Bugs and issues are expensive. Handoffs between people cost time and tools can go a long way to make collaboration a cost savings or a cost burden. Tooling can and does make a big difference. Let&#8217;s take a look at a company that has 30 engineers at $80 per hour: The JIRA team is devoted to making teams more collaborative and more effective. With JIRA we&#8217;ve optimized how your team and your tools work together to so that your team can work unencumbered. Let&#8217;s take a look at a few experiences that make JIRA the platform of choice for today&#8217;s leading teams. Detail view: make working with issues fast Issue triage is one of the most expensive things software companies do on a recurring basis. It usually involves multiple senior engineers and managers reviewing lists of issues to ensure that the team is most effective in the next sprint. With JIRA 6, detail view makes bug triage faster with a single page experience where you can browse and edit issues. JIRA pre-fetches issue data so that you don&#8217;t have to wait for page reloads and refreshes. Detail view has trimmed the JIRA team&#8217;s triage sessions by 65 percent. With JIRA 6 and detail view, we&#8217;ve cut bug triage sessions down from over an hour to 20 minutes! We&#8217;re able to move at a pace faster than ever before. Bryan Rollins, JIRA Group Product Manager Atlassian Inc. &#160; &#160; We&#8217;ve also enhanced list view with a new compact mode, so you can see more of your data on small screens and projectors. When working in triage sessions with others, pixels matter. With compact mode there is significantly less scrolling over prior versions of JIRA. If you&#8217;ve not customized the columns in list view to show more of your data, you are missing out on one of the best benefits of list view. Compact mode results in less scrolling, making you more efficient in triage meetings working in both list and detail view. For Agile teams, GreenHopper&#8217;s new rapid boards make using Scrum or Kanban equally fast. Greenhopper uses the latest web technology to boost performance by pre-fetching data so you can quickly update your team&#8217;s agile board. You can effortlessly drag and drop [...]]]></description>
				<content:encoded><![CDATA[<p>Each of us has a series of tasks that we do on a recurring basis at work. Engineers typically work with a few key tools such as compilers, source code repositories, issues trackers, build servers, and office tools like email to deliver code back to the company. At Atlassian, we think of product development tasks as falling into three groups:</p>
<p><img class="alignnone size-large wp-image-25388" alt="jira_6_optimizing_loops" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_optimizing_loops-600x276.png" width="600" height="276" /></p>
<p>As individuals, we can get a great return on investment from optimizing within that inner loop. These are the tasks you and your team perform every day–even several times each day–so it&#8217;s critical that they be fast and effective. Most of these tasks are, or can be, tracked as issues. As agile organizations, we&#8217;re always seeking to work with issues more fluidly so we can bring our innovations to market faster and with higher quality. Let&#8217;s take a look at the product feedback life cycle:</p>
<p><img class="aligncenter size-large wp-image-25459" alt="jira-optimize-you-workflow" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira-optimize-you-workflow-600x499.png" width="600" height="499" /></p>
<p>Bugs and issues are expensive. Handoffs between people cost time and tools can go a long way to make collaboration a cost savings or a cost burden. Tooling can and does make a big difference. Let&#8217;s take a look at a company that has 30 engineers at $80 per hour:</p>
<p><img class="alignnone size-large wp-image-25393" alt="jira_6_savings" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_savings-600x393.png" width="600" height="393" /></p>
<p>The JIRA team is devoted to making teams more collaborative <em><strong>and</strong></em> more effective. With JIRA we&#8217;ve optimized how your team <em><strong>and</strong></em> your tools work together to so that your team can work unencumbered. Let&#8217;s take a look at a few experiences that make JIRA the platform of choice for today&#8217;s leading teams.</p>
<h2 id="Optimizingyou:Whytoolsreallymatter-Detailview:makeworkingwithissuesfast">Detail view: make working with issues fast</h2>
<p>Issue triage is one of the most expensive things software companies do on a recurring basis. It usually involves multiple senior engineers and managers reviewing lists of issues to ensure that the team is most effective in the next sprint. With JIRA 6, detail view makes bug triage faster with a single page experience where you can browse and edit issues. JIRA pre-fetches issue data so that you don&#8217;t have to wait for page reloads and refreshes. <strong>Detail view has trimmed the JIRA team&#8217;s triage sessions by 65 percent.</strong></p>
<div style="margin-left: -225px; padding-left: 50%; width: 500px; font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;">
<p style="font-size: 1.3em; line-height: 1.2em;"><img alt="" src="http://pokemonresource.wikinet.org/w/images/pokemonresource/uploads/a/a8/Icon_Quote.png" />With JIRA 6 and detail view, we&#8217;ve cut bug triage sessions down from over an hour to 20 minutes! We&#8217;re able to move at a pace faster than ever before.</p>
<p style="font-size: 1.2em; line-height: 1.2em; color: #666; text-align: right;"><img alt="" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/bryan.jpg" width="40" height="42" align="right" hspace="8" />Bryan Rollins, JIRA Group Product Manager <a href="https://twitter.com/henrytapia">Atlassian Inc.</a></p>
</div>
<p>&nbsp;</p>
<p><img class="size-large wp-image-25394 aligncenter" alt="jira_6_detail_view" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_detail_view-600x353.png" width="600" height="353" /></p>
<p>&nbsp;</p>
<p>We&#8217;ve also enhanced list view with a new compact mode, so you can see more of your data on small screens and projectors. When working in triage sessions with others, pixels matter. With compact mode there is significantly less scrolling over prior versions of JIRA. If you&#8217;ve not customized the columns in list view to show more of your data, you are missing out on one of the best benefits of list view. Compact mode results in less scrolling, making you more efficient in triage meetings working in both list and detail view.</p>
<p><img class="aligncenter size-full wp-image-25386" alt="jira_6_compact_mode" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_compact_mode.png" width="257" height="338" /></p>
<p>For Agile teams, <a href="http://www.atlassian.com/software/greenhopper/overview" rel="nofollow">GreenHopper&#8217;s</a> new rapid boards make using Scrum or Kanban equally fast. Greenhopper uses the latest web technology to boost performance by pre-fetching data so you can quickly update your team&#8217;s agile board. You can effortlessly drag and drop issues to note progress. It&#8217;s faster than using sticky notes, and teams can follow your progress, whether they&#8217;re local or remote.</p>
<p><img class="aligncenter size-large wp-image-25384" alt="jira_6_agile" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_agile-600x229.png" width="600" height="229" /></p>
<h2 id="Optimizingyou:Whytoolsreallymatter-Integratingwithothertools">Integrating with other tools</h2>
<p>JIRA is one of the core applications used to drive innovation in today&#8217;s software companies. Giving engineers a seamless experience between tools saves both time and money. JIRA integrates with Atlassian applications as well other products to make collaboration more effective.</p>
<h3 id="Optimizingyou:Whytoolsreallymatter-JIRAandConfluence">JIRA and Confluence</h3>
<p>Product and project managers need the latest data to inform and steer the organization. JIRA&#8217;s integration with Confluence make it easy for engineers to work in JIRA. As the engineering team makes updates to issues, those changes show up in Confluence so those outside of the engineering teams don&#8217;t have to constantly ask for status updates.</p>
<p><img class="aligncenter size-large wp-image-25387" alt="jira_6_confluence" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_confluence-600x370.png" width="600" height="370" /></p>
<h3 id="Optimizingyou:Whytoolsreallymatter-JIRAanddevelopmenttools">JIRA and development tools</h3>
<p>JIRA seamlessly integrates with Stash and Bitbucket to bring a best-in-class Git workflow to your teams. Users can reference JIRA tickets in Git commits. Stash or Bitbucket automatically update JIRA with the relevant commit information. Bamboo then builds your product and places build history right inside the ticket.</p>
<p><img class="aligncenter size-full wp-image-25385" alt="jira_6_codetools" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_codetools.gif" width="600" height="387" /></p>
<p>JIRA also integrates with Fisheye and Crucible to bring the same features to organizations that use centralized version control systems like Subversion and Perforce.</p>
<h3 id="Optimizingyou:Whytoolsreallymatter-Integrationsabound!">Integrations abound!</h3>
<p><img class="alignright size-full wp-image-25392" alt="jiratour_whyjira_issues" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jiratour_whyjira_issues.png" width="270" height="253" />The Atlassian Marketplace contains hundreds of add-ons that extend the power of JIRA. Updating to the current version of JIRA helps ensure you&#8217;re using the latest technology to unlock the power of new add-ons.</p>
<p>Ready to write some custom integrations for JIRA? JIRA now includes a <strong>stable REST API</strong>, which is much more powerful than in prior versions. The big leap forward in the REST API is that you can now work with sets of issues using only one API call; the API is fixed for an entire major release. With JIRA 6, we won&#8217;t introduce any breaking changes until JIRA 7. You can build your applications with confidence and know well in advance when any important changes come.</p>
<p>If you have an app that should be notified when an issue in JIRA changes, then webhooks are for you. JIRA can notify other applications programatically when important changes happen, like creating, resolving, or reopening an issue. For example, JIRA can connect with an <a href="http://blogs.atlassian.com/2012/11/notify-customer-sms-service-desk-webhooks/" rel="nofollow">SMS service</a> to notify users when an issue gets resolved.</p>
<h2 id="Optimizingyou:Whytoolsreallymatter-Speedatscale">Speed at scale</h2>
<p><img class="alignright  wp-image-25390" alt="JIRA-performance-charts-600x264" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/JIRA-performance-charts-600x2641.png" width="252" height="111" />JIRA isn’t just faster for the individual. Atlassian understands the needs of larger teams: no matter how big you plan to grow, Atlassian is right there with you. We know that teams grow in many different ways, so we’re providing you with <a href="https://confluence.atlassian.com/display/ATLAS/Enterprise+Resources" rel="nofollow">more information on how to scale large JIRA instances</a> effectively in your organization.</p>
<p>We&#8217;re committed to helping you work faster. In JIRA 5.1, we <a href="http://summit.atlassian.com/archives/2012/jira-everywhere/jira-sotu" rel="nofollow">poured a ton of work into JIRA&#8217;s internals for performance and scale</a>. The efforts of Atlassian’s two new performance-focused development teams have given JIRA big results so far, most noticeably a 40 percent increase in throughput when comparing JIRA 5.1 over JIRA 4.4. JIRA scales better, too: JIRA 5.1 performs at the same level with two and a half times as many issues as JIRA 4.4! In JIRA 6, we focused on optimizing your interactions with JIRA. JIRA 6 brings the detail view as well as new UX to make <em>you</em> faster than ever with JIRA.</p>
<p><strong>Growth shouldn&#8217;t slow your teams down.</strong> As your team scales, searching for the right set of issues to focus the team becomes critically important. JIRA&#8217;s new search interface fully integrates search into the issue navigator. The outdated left handed column search is no more! JIRA&#8217;s search interface follows you. As you select search criterion, JIRA updates the search results in the background so you can quickly see if you are getting the right search results.</p>
<p>Once your search is dialed in, it&#8217;s easy to make updates in JIRA. You can take action on search results right in the issue navigator&#8217;s list view.</p>
<p style="text-align: center;"><img class="size-large wp-image-25391 aligncenter" alt="jira52_annotated_search" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira52_annotated_search1-600x353.png" width="600" height="353" /></p>
<h2 id="Optimizingyou:Whytoolsreallymatter-Stayingconnectedhasitsprivileges">Staying connected has its privileges</h2>
<p>Why should you renew? When you renew your relationship with Atlassian you bring the best-in-class tools to your teams. We&#8217;ve made a lot of improvements to JIRA in the past year that all center around one theme: <strong>to make your teams more productive</strong>. Engineers love great tools; make your team happier and more productive by giving them JIRA 6.</p>
<p>Not to mention, a current support contract gives you full access to <a href="https://confluence.atlassian.com/display/Support/Atlassian+Support+Offerings" rel="nofollow">Atlassian Support</a>. Atlassian&#8217;s support engineers are available 24/7 to troubleshoot problems and answer questions on configuration.</p>
<h2 id="Optimizingyou:Whytoolsreallymatter-Readytotakethenextstep?">Ready to take the next step?</h2>
<p>Renewing is easy. Just email <a href="mailto:sales@atlassian.com" rel="nofollow">sales@atlassian.com</a> to get started! If you&#8217;d like to learn more about what makes the next version of JIRA completely awesome, check out what&#8217;s new in JIRA 6.</p>
<p style="text-align: center;"><a class="wac-button" style="display: inline-block; background-color: #9fc71c; border: 1px solid #99c019; border-bottom: 1px solid #89b413; border-radius: 6px; box-shadow: inset 0 1px 0 0 #c3dc71; color: #fff; font-size: 18px; font-family: kulturista-web-1,Helvetica,Arial,Verdana,sans-serif; text-decoration: none; text-shadow: 0px 1px 2px #779908; padding: 7px 15px 8px;" href="http://www.atlassian.com/software/jira/try/?utm_source=jira-6-expired-blog&amp;utm_medium=blogs&amp;utm_campaign=jira-6-expired-blog"><span style="display: block; border-radius: 6px; cursor: pointer; padding-right: 25px; background: url('http://atlassian.wpengine.netdna-cdn.com/wp-content/themes/atlassian/images/buttonArrow.png') no-repeat center right;">Try JIRA 6</span></a></p>
 <img src="http://blogs.atlassian.com/?feed-stats-post-id=25353" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blogs.atlassian.com/2013/05/jira-6-optimizing-you-why-tools-matter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make Growth Easy: Why People Choose JIRA 6</title>
		<link>http://blogs.atlassian.com/2013/05/why-people-choose-jira-6/</link>
		<comments>http://blogs.atlassian.com/2013/05/why-people-choose-jira-6/#comments</comments>
		<pubDate>Tue, 21 May 2013 14:04:19 +0000</pubDate>
		<dc:creator>Dan Radigan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[JIRA]]></category>
		<category><![CDATA[jira6]]></category>

		<guid isPermaLink="false">http://blogs.atlassian.com/?p=25354</guid>
		<description><![CDATA[JIRA is used by nearly 20,000 teams, spanning 115 countries around the globe. Why do so many companies choose JIRA? Because it lets their teams plan more efficiently, communicate more effectively, and get work done faster. To understand how JIRA makes collaboration easy, let&#8217;s start with why collaboration gets difficult. Growth makes things complicated! Growth is a good thing; it enables ideas to foster and come to market. Growth also makes things tough because culture and processes don&#8217;t always scale along with the size of your business. Scaling isn&#8217;t just about big companies; scaling doesn&#8217;t mean enterprise. At its core, scaling is about investing in that culture and those processes so they don&#8217;t fall apart. It&#8217;s about making sure your ideas and your team can continue to grow unencumbered. Let&#8217;s define a few terms: Gain: The benefit the entire organization gets from its tools and process Friction: The frustration, angst, and hassle factor an organization feels from its tools and processes Net Gain: Gain minus friction Any process involves friction, but the key is maximizing net gain. When you recognize and minimize friction from the beginning, you can scale smarter. An idea starts with one Great ideas often start with with just one person. As the idea begins to unfold you&#8217;re faced with your first set of tasks, and the inevitable question: how does one manage that list of work? When you&#8217;re a team of one, it&#8217;s easy to create a simple list of issues to drive your workflow; you just use a small task list application, or a list of things to get done in an Excel spreadsheet. You add new things to the list, and cross things off as you get them done. Simple, right? Annoyances start with two Then another person joins the fun, and you become a collaborative organization! The process that works for one person generally scales well for two people: you can sync your task list manually via a meeting, or though a shared Excel spreadsheet. And even though it works fine, it&#8217;s more time consuming than working alone. In other words, there&#8217;s more friction.  But you get more done with two people, so you deal with it. More people, more friction As you start adding more people to the project, that&#8217;s when the real headaches start. With each new person it gets harder to manage the project, because small task management systems simply don&#8217;t scale. Let&#8217;s look at some of the common problems that plague growing organizations. Excel never learned to share Hosting an Excel spreadsheet on a shared file server isn&#8217;t the most collaborative option. Make no mistake: Excel is a great tool, and we use it every day at Atlassian. It&#8217;s just not a great team task management solution. With one master copy of the project plan on a server, concurrent editing by multiple people isn&#8217;t an option. The entire team is blocked on every edit, or a project manager has to manually collect each and every detail. Both options waste everyone&#8217;s time. With email there is no clear [...]]]></description>
				<content:encoded><![CDATA[<p>JIRA is used by nearly 20,000 teams, spanning 115 countries around the globe. Why do so many companies choose JIRA? Because it lets their teams plan more efficiently, communicate more effectively, and get work done faster. To understand how JIRA makes collaboration easy, let&#8217;s start with why collaboration gets difficult.</p>
<h2 id="MakeGrowingEasy-Growthmakesthingscomplicated!">Growth makes things complicated!</h2>
<p>Growth is a good thing; it enables ideas to foster and come to market. Growth also makes things tough because culture and processes don&#8217;t always scale along with the size of your business. Scaling isn&#8217;t just about big companies; scaling doesn&#8217;t mean enterprise. At its core, scaling is about investing in that culture and those processes so they don&#8217;t fall apart. It&#8217;s about making sure your ideas and your team can continue to grow unencumbered. Let&#8217;s define a few terms:</p>
<ul>
<li><strong>Gain</strong>: The benefit the entire organization gets from its tools and process</li>
<li><strong>Friction</strong>: The frustration, angst, and hassle factor an organization feels from its tools and processes</li>
<li><strong>Net Gain</strong>: Gain minus friction</li>
</ul>
<p>Any process involves friction, but the key is maximizing net gain. When you recognize and minimize friction from the beginning, you can scale smarter.</p>
<h3 id="MakeGrowingEasy-Anideastartswithone">An idea starts with one</h3>
<p><img class="size-full wp-image-25399 alignright" alt="jira_6_make_growth_easy_idea" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_make_growth_easy_idea.png" width="111" height="123" />Great ideas often start with with just one person. As the idea begins to unfold you&#8217;re faced with your first set of tasks, and the inevitable question: how does one manage that list of work? When you&#8217;re a team of one, it&#8217;s easy to create a simple list of issues to drive your workflow; you just use a small task list application, or a list of things to get done in an Excel spreadsheet. You add new things to the list, and cross things off as you get them done. Simple, right?</p>
<h3 id="MakeGrowingEasy-Annoyancesstartwithtwo">Annoyances start with two</h3>
<p><img class="alignleft size-full wp-image-25401" alt="jira_6_make_growth_easy_two" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_make_growth_easy_two.png" width="207" height="85" />Then another person joins the fun, and you become a collaborative organization! The process that works for one person generally scales well for two people: you can sync your task list manually via a meeting, or though a shared Excel spreadsheet. And even though it works fine, it&#8217;s more time consuming than working alone. In other words, there&#8217;s more friction.  But you get more done with two people, so you deal with it.</p>
<h3 id="MakeGrowingEasy-Morepeople,morefriction">More people, more friction</h3>
<p><img class="wp-image-25400 alignright" alt="jira_6_make_growth_easy_many" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_make_growth_easy_many.png" width="167" height="164" />As you start adding more people to the project, that&#8217;s when the real headaches start. With each new person it gets harder to manage the project, because small task management systems simply don&#8217;t scale. Let&#8217;s look at some of the common problems that plague growing organizations.</p>
<h4 id="MakeGrowingEasy-Excelneverlearnedtoshare"><strong>Excel never learned to share</strong></h4>
<p>Hosting an Excel spreadsheet on a shared file server isn&#8217;t the most collaborative option. Make no mistake: Excel is a great tool, and we use it every day at Atlassian.<em> It&#8217;s just not a great team task management solution</em>. With one master copy of the project plan on a server, concurrent editing by multiple people isn&#8217;t an option. The entire team is blocked on every edit, or a project manager has to manually collect each and every detail. Both options waste everyone&#8217;s time.</p>
<h4 id="MakeGrowingEasy-Withemailthereisnoclearsourceoftruth"><strong>With email there is no clear source of truth</strong></h4>
<p>Solutions that involve sending task lists via email are a mess: duplicate versions of the task list live all over the place, the original gets diluted every time the list is copied, and the work plan becomes more and more out of sync. Things that should be simple–like a task reassignment–result in two people will having different versions of the plan, and potentially working on the same thing. Duplicating efforts is never a good thing.</p>
<h4 id="MakeGrowingEasy-Trackinghistoryisapain"><strong>Tracking history is a pain</strong></h4>
<p>Effective project managers look at historical data to help them drive future results.  To do this right, one needs a tool that gives insight into past performance of the team to make effective estimates. Tools with limited historical tracking features make it tough to get the right data needed to plan for the future.</p>
<h2 id="MakeGrowingEasy-SohowcanJIRAhelpme?">So how can JIRA help me?</h2>
<h3 id="MakeGrowingEasy-Onesharedsourceoftruth">One shared source of truth</h3>
<p>JIRA reduces friction as there is one master copy of your project but everyone can contribute to it.   You can use flexible workflows to structure each project&#8217;s work items; JIRA flexes to the way your team wants to work. And since it&#8217;s designed to be shared, everyone can update their items and track the overall status of the project. Let&#8217;s take a look at what puts JIRA above other task management solutions.</p>
<p>Issues have clear assignees so ownership across the team is clear. Need to change who is working on a task? When reassigning an issue, JIRA automatically notifies the new recipient that they have a task waiting.   JIRA integrates with your company&#8217;s directory server so it&#8217;s easy to get started.</p>
<p><img class="aligncenter size-full wp-image-25397" alt="jira_6_make_growth_easy_assign" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_make_growth_easy_assign.png" width="472" height="161" /></p>
<p>No team works exactly the same way. JIRA&#8217;s configurable workflow engine captures just the right structure for your team.</p>
<p><img class="aligncenter size-full wp-image-25402" alt="jiratour_workflow_visualizeworflow" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jiratour_workflow_visualizeworflow.png" width="287" height="189" /></p>
<p>Project managers have access to detailed history to more effectively plan future work<img class="aligncenter size-large wp-image-25396" alt="jira_6_make_growth_easy_activity" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_make_growth_easy_activity-600x255.png" width="600" height="255" /></p>
<p>Track everything in one place. The days of hunting through email to find the latest status update are over. JIRA&#8217;s flexible dashboards make up-to-the-minute status reports a breeze.</p>
<p><img class="aligncenter size-large wp-image-25398" alt="jira_6_make_growth_easy_dashboard" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_make_growth_easy_dashboard-600x397.png" width="600" height="397" /></p>
<h3 id="MakeGrowingEasy-JIRAmakesgrowtheasy">JIRA makes growth easy</h3>
<p>JIRA is just $10 to get started with up to 10 users. Think of it this way: &#8220;For just 10 bucks, my team can have best-in-class project management tools.&#8221;  As a bonus, you can feel good about your purchase, because Atlassian donates all the proceeds from our 10 user licenses to Room to Read, a nonprofit helping to fight illiteracy around the globe.</p>
<p>Today&#8217;s leading teams use an Agile workflow like Scrum or Kanban. JIRA makes migrating to agile easy as well; just add GreenHopper to your JIRA install, and you&#8217;ll unlock all the power of agile and still have best-in-class issue tracking.</p>
<p><img class="aligncenter size-large wp-image-25384" alt="jira_6_agile" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_6_agile-600x229.png" width="600" height="229" /></p>
<p><strong>Starting right makes growing easy.</strong> You can add users to your license incrementally as you grow. JIRA is available on a hosted platform for a turnkey solution, or running on your hardware for maximum flexibility in deployment.</p>
<h2 id="MakeGrowingEasy-Getstartedtoday">Get started today</h2>
<p>JIRA 6 makes both individuals and teams more effective in achieving their goals. Learn more about how JIRA is used by many different organizations on our customer case study pages. Want to learn more about the power of JIRA? <a href="http://www.atlassian.com/software/jira">Check out the JIRA project tour</a>.</p>
<p>Try JIRA 6 and see how it makes your team run faster, together. Get up and running in a matter of minutes with a free <a href="http://www.atlassian.com/software/jira/try/">30 day JIRA OnDemand trial</a>.</p>
<p style="text-align: center;"><a class="wac-button" style="display: inline-block; background-color: #9fc71c; border: 1px solid #99c019; border-bottom: 1px solid #89b413; border-radius: 6px; box-shadow: inset 0 1px 0 0 #c3dc71; color: #fff; font-size: 18px; font-family: kulturista-web-1,Helvetica,Arial,Verdana,sans-serif; text-decoration: none; text-shadow: 0px 1px 2px #779908; padding: 7px 15px 8px;" href="http://www.atlassian.com/en/software/jira/whats-new/jira-60?utm_source=jira-6-evaluator-blog&amp;utm_medium=blogs&amp;utm_campaign=jira-6-evaluator-blog"><span style="display: block; border-radius: 6px; cursor: pointer; padding-right: 25px; background: url('http://atlassian.wpengine.netdna-cdn.com/wp-content/themes/atlassian/images/buttonArrow.png') no-repeat center right;">See what&#8217;s new in JIRA 6</span></a></p>
 <img src="http://blogs.atlassian.com/?feed-stats-post-id=25354" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blogs.atlassian.com/2013/05/why-people-choose-jira-6/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Meet the New JIRA: Watch Issues in Bulk!</title>
		<link>http://blogs.atlassian.com/2013/05/bulk-watch-meet-the-new-jira/</link>
		<comments>http://blogs.atlassian.com/2013/05/bulk-watch-meet-the-new-jira/#comments</comments>
		<pubDate>Thu, 16 May 2013 13:00:40 +0000</pubDate>
		<dc:creator>Dan Radigan</dc:creator>
				<category><![CDATA[JIRA]]></category>
		<category><![CDATA[jira6]]></category>

		<guid isPermaLink="false">http://blogs.atlassian.com/?p=25272</guid>
		<description><![CDATA[Staying Connected to JIRA: Subscriptions and Bulk Watch I&#8217;ve got great news for you: JIRA 6.0 is coming soon!  Amongst many great new features, this release of JIRA will support bulk watching of issues. Atlassian has a public JIRA instance, jira.atlassian.com, where we get a massive amount of feedback from our customers.  When making decision about how to evolve a product like JIRA, the product managers consider a wide variety of factors: customer content, community forums, support, Atlassian Experts, in-product feedback, as well as votes and issues from jira.atlassian.com.  We heard y&#8217;all loud and clear on JRA-2429: Bulk Watch.  That single issue has 229 votes! So, how will you be able to bulk watch issues in JIRA 6? First, Subscribe Subscriptions and bulk watch go hand in hand to keep you connected to JIRA.  Subscriptions keep you abreast of a large set of issues, while bulk watch keeps you informed about all the small updates.  Let&#8217;s walk through a simple example to see how these features work hand in hand. Subscriptions let you stay on top of a large set of related issues. You can subscribe to any filter in JIRA, and you&#8217;ll be emailed a consolidated version of those issues. Bulk watch lets you subscribe to individual notifications for each issue at once. You are a development manager with a program nearing release.  You want to be notified when someone files a blocker or critical issue.  You can create a filter in JIRA that matches those criteria. Let&#8217;s set up a simple filter in the Issue Navigator.  In JIRA, click Issues-&#62;Search for Issues from the menu bar. In this example we are looking for all open issues for the JIRA project that are blocking or critical for version 6.0. We then save this search as a filter. If we click details, we can then subscribe to that filter. Whenever a new issue matches that filter, JIRA will email you.  You can set notifications to whatever period you want. For example, you can make sure the list of critical issues are in your inbox every morning.  As new issues come in, you can decide if you want to watch them to follow all the issue traffic. Now, Bulk Watch Watching an issue notifies you of any changes to that issue.  In JIRA 5.0.3 we enabled autowatch by default.  This feature adds anyone who comments on an issue as a watcher.   As a development manager nearing release I want to get detailed notifications on some key issues in my program.  In prior versions of JIRA you&#8217;d have to find each issue individually and watch it.  Now you can do so in bulk. Using our filter above, we can use the bulk change feature to watch a set of issues. The first step in the bulk change wizard is to choose the issues from the filter results you want to change.  It&#8217;s OK if your search is a bit broad.  As the development manager I may only want to watch most, but [...]]]></description>
				<content:encoded><![CDATA[<h2>Staying Connected to JIRA: Subscriptions and Bulk Watch</h2>
<p>I&#8217;ve got great news for you: JIRA 6.0 is coming soon!  Amongst many great new features, this release of JIRA will support bulk watching of issues.</p>
<p>Atlassian has a public JIRA instance, <a href="http://jira.atlassian.com/" target="_blank">jira.atlassian.com</a>, where we get a massive amount of feedback from our customers.  When making decision about how to evolve a product like JIRA, the product managers consider a wide variety of factors: customer content, community forums, support, Atlassian Experts, in-product feedback, as well as votes and issues from <a href="http://jira.atlassian.com/" target="_blank">jira.atlassian.com</a>.  We heard y&#8217;all loud and clear on <a href="https://jira.atlassian.com/browse/JRA-2429" target="_blank">JRA-2429</a>: Bulk Watch.  That single issue has 229 votes!</p>
<p>So, how will you be able to bulk watch issues in JIRA 6?</p>
<h2>First, Subscribe</h2>
<p>Subscriptions and bulk watch go hand in hand to keep you connected to JIRA.  Subscriptions keep you abreast of a large set of issues, while bulk watch keeps you informed about all the small updates.  Let&#8217;s walk through a simple example to see how these features work hand in hand.</p>
<ul>
<li>Subscriptions let you stay on top of a large set of related issues. You can subscribe to any filter in JIRA, and you&#8217;ll be emailed a consolidated version of those issues.</li>
<li>Bulk watch lets you subscribe to individual notifications for each issue at once.</li>
</ul>
<p>You are a development manager with a program nearing release.  You want to be notified when someone files a blocker or critical issue.  You can create a filter in JIRA that matches those criteria.</p>
<p>Let&#8217;s set up a simple filter in the Issue Navigator.  In JIRA, click Issues-&gt;Search for Issues from the menu bar.</p>
<p><img class="aligncenter size-full wp-image-25274" alt="bulk_watch_filter_setup" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/bulk_watch_filter_setup.jpg" width="402" height="116" /></p>
<p>In this example we are looking for all open issues for the JIRA project that are blocking or critical for version 6.0. We then save this search as a filter. If we click details, we can then subscribe to that filter.</p>
<p><img class="aligncenter size-full wp-image-25276" alt="bulk_watch_subscription_setup" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/bulk_watch_subscription_setup.jpg" width="625" height="382" /></p>
<p>Whenever a new issue matches that filter, JIRA will email you.  You can set notifications to whatever period you want. For example, you can make sure the list of critical issues are in your inbox every morning.  As new issues come in, you can decide if you want to watch them to follow all the issue traffic.</p>
<h2>Now, Bulk Watch</h2>
<p>Watching an issue notifies you of any changes to that issue.  In JIRA 5.0.3 we enabled autowatch by default.  This feature adds anyone who comments on an issue as a watcher.   As a development manager nearing release I want to get detailed notifications on some key issues in my program.  In prior versions of JIRA you&#8217;d have to find each issue individually and watch it.  Now you can do so in bulk. Using our filter above, we can use the bulk change feature to watch a set of issues.</p>
<p><img class="aligncenter size-full wp-image-25275" alt="bulk_watch_bulk_change" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/bulk_watch_bulk_change.jpg" width="338" height="220" /></p>
<p>The first step in the bulk change wizard is to choose the issues from the filter results you want to change.  It&#8217;s OK if your search is a bit broad.  As the development manager I may only want to watch most, but not all of the issues that match my search.  In the bulk change wizard it&#8217;s easy to opt out of some of the issues.  When you press next, the highly voted option appears!</p>
<p><img class="aligncenter size-full wp-image-25277" alt="bulk_watch_wizard" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/bulk_watch_wizard.jpg" width="599" height="130" /></p>
<p>With two more clicks you will become a watcher on all the issues selected in the prior step.  Pretty cool, aye?</p>
<p><strong>WARNING</strong>: While bulk watching issues is useful, it can also generate a lot of email traffic.  Once you no longer need to watch an issue, you can bulk stop watching issues to ensure that JIRA is only sending detailed emails on the issues you care about.</p>
<p>This is only one of the great new features in JIRA 6. Be the first to find out when JIRA 6 is released.   Sign up for the <a href="http://www.atlassian.com/jira/tips" rel="nofollow"><strong>JIRA Insiders Email</strong></a>!</p>
<p style="text-align: center;"><a class="wac-button" style="display: inline-block; background-color: #9fc71c; border: 1px solid #99c019; border-bottom: 1px solid #89b413; border-radius: 6px; box-shadow: inset 0 1px 0 0 #c3dc71; color: #fff; font-size: 18px; font-family: kulturista-web-1,Helvetica,Arial,Verdana,sans-serif; text-decoration: none; text-shadow: 0px 1px 2px #779908; padding: 7px 15px 8px;" href="http://atlassian.com/software/jira/tips/overview"><span style="display: block; border-radius: 6px; cursor: pointer; padding-right: 25px; background: url('http://atlassian.wpengine.netdna-cdn.com/wp-content/themes/atlassian/images/buttonArrow.png') no-repeat center right;">Subscribe</span></a></p>
 <img src="http://blogs.atlassian.com/?feed-stats-post-id=25272" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blogs.atlassian.com/2013/05/bulk-watch-meet-the-new-jira/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Have you seen the JIRA Tutorials YouTube Playlist?</title>
		<link>http://blogs.atlassian.com/2013/05/have-you-seen-the-jira-tutorials-youtube-playlist/</link>
		<comments>http://blogs.atlassian.com/2013/05/have-you-seen-the-jira-tutorials-youtube-playlist/#comments</comments>
		<pubDate>Tue, 14 May 2013 13:00:38 +0000</pubDate>
		<dc:creator>Christina Bang</dc:creator>
				<category><![CDATA[JIRA]]></category>
		<category><![CDATA[RoadTrip]]></category>
		<category><![CDATA[RoadTrip 2013]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blogs.atlassian.com/?p=25282</guid>
		<description><![CDATA[With 10 great cities in our rear-view mirror, Atlassian RoadTrip came to a close in Sydney on May 2nd. We had some great conversations and loved chatting with all of you! The one thing we heard loud and clear is that you&#8217;re looking for a way to share all the tips and tricks out there with the rest of your colleagues. Enter the JIRA Tutorials YouTube playlist! This playlist is where we keep our best up-to-date tutorials showing off keyboard shortcuts, tips about searches and filters, and killer admin tips like editing the set of workflows in your project. And if you&#8217;re keen to get tips and tricks straight in your inbox, sign up for the JIRA Insiders email list! Sign up for JIRA Insiders]]></description>
				<content:encoded><![CDATA[<p>With 10 great cities in our rear-view mirror, Atlassian RoadTrip came to a close in Sydney on May 2nd. We had some great conversations and loved chatting with all of you!</p>
<p>The one thing we heard loud and clear is that you&#8217;re looking for a way to share all the tips and tricks out there with the rest of your colleagues. Enter the JIRA Tutorials YouTube playlist!</p>
<div class="embed-youtube"><iframe src="http://www.youtube.com/embed/videoseries?list=PLB9FC9FB8C365CE02" height="338" width="600" allowfullscreen="" frameborder="0"></iframe></div>
<p>This playlist is where we keep our best up-to-date tutorials showing off keyboard shortcuts, tips about searches and filters, and killer admin tips like editing the set of workflows in your project. And if you&#8217;re keen to get tips and tricks straight in your inbox, sign up for the JIRA Insiders email list!</p>
<p style="text-align: center;"><a class="wac-button" style="display: inline-block; background-color: #9fc71c; border: 1px solid #99c019; border-bottom: 1px solid #89b413; border-radius: 6px; box-shadow: inset 0 1px 0 0 #c3dc71; color: #fff; font-size: 18px; font-family: kulturista-web-1,Helvetica,Arial,Verdana,sans-serif; text-decoration: none; text-shadow: 0px 1px 2px #779908; padding: 7px 15px 8px;" href="http://atlassian.com/software/jira/tips/overview"><span style="display: block; border-radius: 6px; cursor: pointer; padding-right: 25px; background: url('http://atlassian.wpengine.netdna-cdn.com/wp-content/themes/atlassian/images/buttonArrow.png') no-repeat center right;">Sign up for JIRA Insiders</span></a></p>
 <img src="http://blogs.atlassian.com/?feed-stats-post-id=25282" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blogs.atlassian.com/2013/05/have-you-seen-the-jira-tutorials-youtube-playlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atlassian University: Configuring Search Results</title>
		<link>http://blogs.atlassian.com/2013/05/atlassian-university-configuring-search-results/</link>
		<comments>http://blogs.atlassian.com/2013/05/atlassian-university-configuring-search-results/#comments</comments>
		<pubDate>Mon, 13 May 2013 13:00:49 +0000</pubDate>
		<dc:creator>Dan Radigan</dc:creator>
				<category><![CDATA[JIRA]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://blogs.atlassian.com/?p=25211</guid>
		<description><![CDATA[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. One of the great things about our customers is that we see great diversity and individuality across our customer base. That&#8217;s you, our reader! Some customers build software with JIRA, others design clothing, educate students, and some even make cars! One of the great things about JIRA is that it can be customized to really reflect your organization. Custom fields are a great way store additional data in JIRA. For example for an issue type of bug your team may need a field called platform (Mac, PC, Mobile) to know the environment where the issue reproduces. If you track customer leads in JIRA you may need to add in a custom field for company. Once all that data is in JIRA, it&#8217;s helpful to see it in a table so it&#8217;s easy to see at large. Want to scan issues faster? The Issue Navigator is one of the core views in JIRA. It&#8217;s the view that shows a set of issues from a search result. For most software projects JIRA&#8217;s defaults work pretty well. Many different types of teams use JIRA to track very different types of processes. Have you ever wanted to change what shows up by default? You can add that new field into the search results to see that data in context. Why Customize the Issue Navigator? Customizing the issue navigator allows you to see the right data at the right time. This month&#8217;s tip focuses on getting the most out of the list view in the issue navigator. Let&#8217;s say we need to review a set of bugs for the next sprint to prioritize what the team fixes. Knowing what version a bug surfaced in can help guide when that bug should be fixed. To customize what shows up by default, just click Tools -&#62; Configure Columns when in list view. Changes in the column configurator don&#8217;t affect JIRA&#8217;s search results. It only changes what fields JIRA returns with each search results. Let&#8217;s add the affects version field to our search results. To add that field, just choose affects version field in the add new column dropdown. Once we add it, we can see a preview of the new data in the table below. Using the JIRA team&#8217;s project as the example we can see: What&#8217;s truly great here is that you now see this data inline with the other issue attributes. You can sort this column to group all the issues with the same version together. This way it becomes easy to see all the open issue that came in by version. Having that data makes prioritizing issues much easier. JIRA uses the last search to populate the data below so you can see example data below. Changes using the above method will only show up for the current user. We don&#8217;t recommend [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-22566" alt="" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/UAC_TipoftheMonth_JIRA1.png" width="225" height="116" /></p>
<p><span style="color: #c0c0c0;"><em>The Tip of the Month, brought to you by <a title="Atlassian University" href="http://www.atlassian.com/software/university/overview" target="_blank">Atlassian University</a>, is a monthly series to help master Atlassian tools. Products are more fun to use when you know all the tricks.</em> </span></p>
<p>One of the great things about our customers is that we see great <a href="http://www.atlassian.com/company/customers" rel="nofollow">diversity and individuality</a> across our customer base. That&#8217;s you, our reader! Some customers build software with JIRA, others design clothing, educate students, and some even make cars! One of the great things about JIRA is that it can be customized to really reflect your organization. Custom fields are a great way store additional data in JIRA. For example for an issue type of bug your team may need a field called platform (Mac, PC, Mobile) to know the environment where the issue reproduces. If you track customer leads in JIRA you may need to add in a custom field for company. Once all that data is in JIRA, it&#8217;s helpful to see it in a table so it&#8217;s easy to see at large.</p>
<h2>Want to scan issues faster?</h2>
<p>The <a href="https://confluence.atlassian.com/display/JIRA/Using+the+Issue+Navigator">Issue Navigator</a> is one of the core views in JIRA. It&#8217;s the view that shows a set of issues from a search result. For most software projects JIRA&#8217;s defaults work pretty well. Many different types of teams use JIRA to track very different types of processes. Have you ever wanted to change what shows up by default? You can add that new field into the search results to see that data in context.</p>
<h2>Why Customize the Issue Navigator?</h2>
<p>Customizing the issue navigator allows you to see the right data at the right time. This month&#8217;s tip focuses on getting the most out of the list view in the issue navigator. Let&#8217;s say we need to review a set of bugs for the next sprint to prioritize what the team fixes. Knowing what version a bug surfaced in can help guide when that bug should be fixed. To customize what shows up by default, just click Tools -&gt; Configure Columns when in list view.</p>
<p style="text-align: center;">
<img class="aligncenter size-large wp-image-25212" alt="jira_configuring_issue_navigator_columns" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_configuring_issue_navigator_columns-600x440.jpg" width="300" height="220" /></p>
<p>Changes in the column configurator <strong>don&#8217;t affect</strong> JIRA&#8217;s search results. It only changes what fields JIRA <strong>returns</strong> with each search results. Let&#8217;s add the <em>affects version</em> field to our search results. To add that field, just choose <em>affects version</em> field in the add new column dropdown.</p>
<p style="text-align: center;">
<img class="aligncenter size-full wp-image-25216" alt="jira_configuring_issue_navigator_column" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_configuring_issue_navigator_column.jpg" width="481" height="108" /></p>
<p>Once we add it, we can see a preview of the new data in the table below. Using the JIRA team&#8217;s project as the example we can see:</p>
<p style="text-align: center;">
<img class="aligncenter size-full wp-image-25215" alt="jira_configuring_issue_navigator_preview" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_configuring_issue_navigator_preview.jpg" width="260" height="246" /></p>
<p>What&#8217;s truly great here is that you now see this data inline with the other issue attributes. You can sort this column to group all the issues with the same version together. This way it becomes easy to see all the open issue that came in by version. Having that data makes prioritizing issues much easier.</p>
<p>JIRA uses the last search to populate the data below so you can see example data below. Changes using the above method will only show up for the current user. We don&#8217;t recommend removing the issue key column. The issue key is the only guaranteed unique identifier on an issue. It&#8217;s of special importance to JIRA. It&#8217;s the only way to ensure you are referring to one issue in the context of work or conversation. Also, the summary column is the visual cue to what the issue is. We recommend you keep that one as well in all views.</p>
<p>You can change the order of columns by using the arrows underneath the column header. To remove a column just click the trash can icon. Also, keep a watchful eye on the number of columns on the screen. Ideally you will have enough screen real estate to ensure that the browser does not need to scroll horizontally. If you need to view a large number of columns in a one time scenario, we recommend to use the export to Microsoft Excel. To do so, click Export-&gt;Excel (all fields).</p>
<h2>A Note for Admins</h2>
<p>Want to make the change globally? As a JIRA admin, you can set defaults for all users by going to JIRA Administration -&gt; System -&gt; User interface -&gt; Navigator Columns.</p>
<p><img class="size-large wp-image-25214 aligncenter" alt="jira_configuring_issue_navigator_admin" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_configuring_issue_navigator_admin-600x79.png" width="600" height="79" /></p>
<h2>Have the latest JIRA?</h2>
<p>If you do not see list view in your <strong>JIRA 6 or OnDemand </strong>instance you may be in a new view in the issue navigator called detail view. To follow along choose the list view option from the Issue Navigator.</p>
<p style="text-align: center;"><img class="size-full wp-image-25213 aligncenter" alt="jira_configuring_issue_navigator_choose_list_view" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/jira_configuring_issue_navigator_choose_list_view.jpg" width="337" height="230" /></p>
<p>As a side note, we encourage you to try detail view. It&#8217;s one of the great <a href="http://blogs.atlassian.com/2013/05/coming-soon-jira-6-0/" rel="nofollow">new features of JIRA 6</a>!</p>
<p><strong>Did you discover a setting you didn&#8217;t know about? Post a comment below.</strong></p>
<p><span style="color: #c0c0c0;"><em>If you found this helpful, please visit <em><a title="Atlassian University" href="http://www.atlassian.com/software/university/overview" rel="nofollow">Atlassian University</a></em> &#8211; interactive tutorials and videos with tons of tips just like this one.</em></span></p>
 <img src="http://blogs.atlassian.com/?feed-stats-post-id=25211" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blogs.atlassian.com/2013/05/atlassian-university-configuring-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>London Girl Geeks Unite: Atlassian Hosts its First Girl Geek Dinner in Europe!</title>
		<link>http://blogs.atlassian.com/2013/05/london-girl-geeks-unite-atlassian-hosts-its-first-girl-geek-dinner-in-europe/</link>
		<comments>http://blogs.atlassian.com/2013/05/london-girl-geeks-unite-atlassian-hosts-its-first-girl-geek-dinner-in-europe/#comments</comments>
		<pubDate>Tue, 07 May 2013 20:15:09 +0000</pubDate>
		<dc:creator>Annelise Reynolds</dc:creator>
				<category><![CDATA[JIRA]]></category>
		<category><![CDATA[Life at Atlassian]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Girl Geek]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[remote working]]></category>
		<category><![CDATA[teleworking]]></category>
		<category><![CDATA[women]]></category>

		<guid isPermaLink="false">http://blogs.atlassian.com/?p=25253</guid>
		<description><![CDATA[Atlassian has been making a whistle-stop tour of North America, Europe and Australia these past few weeks. It’s been a fantastic opportunity to get out from behind our desks and meet the people that make Atlassian thrive. One of the highlights of our tour was teaming up with London Girl Geek Dinners to host a night of tech talk, beer, wine and munchies. Held at London’s Google Campus, the event followed on from our San Francisco Girl Geek event in November. The theme of the evening was remote working, inspired by Yahoo’s recent decision to revoke the right of staff to work from home full-time. Watch highlights of the evening: Atlassian&#8217;s own Director of Corporate Communications Catherine Norman and Judith Lewis of London Girl Geek Dinners hosted the evening. Astrid Byro, remote worker extraordinaire, was the guest of honor and main speaker. Managing IT projects and teams from the mountains of the Himalayas using JIRA on a Kindle Fire, Astrid was the perfect speaker for our controversial subject of teleworking. Flexibility is the new black Attendees took a great interest in Astrid’s tales of working from horse trails and cliff edges, and bombarded her with questions about connectivity, software, batteries, data files and management skills. Astrid’s talk was followed by a lively debate on remote working with members of the audience who expressed their views and experiences of the practice in the tech industry. Not surprisingly, most women felt that too many firms have old fashioned, outdated approaches to the concept of remote working, and that more flexibility should be given to workers. The audience agreed that most issues with flexible work arrangements can be overcome with a little trust and communication. For more extreme instances of remote working (such as Astrid&#8217;s scaling the Himalayas), Astrid offered the following tips and tricks: Find the right power/weight of equipment ratio. Check out power bars &#8211; many people aren&#8217;t aware of them and they are massively useful for remote working (and daily life). Use li-on batteries carefully and alternate them with spares. Use a device with a built-in cellular connection rather than tethering a mobile or using MiFi &#8211; the latter two burn batteries and may not work across different devices. Avoid unforeseen complications by testing your gear on outings before you need it for work. We also made sure that no geek left empty-handed, dishing out a plentiful supply of our rockin’ Girl Geek t-shirts to all in attendance. Thank you, London. We hope to see you on our next trip. And if you can’t make it, just connect remotely. Even if you are halfway up a mountain, you no longer have an excuse!]]></description>
				<content:encoded><![CDATA[<p>Atlassian has been making a whistle-stop tour of North America, Europe and Australia these past few weeks. It’s been a fantastic opportunity to get out from behind our desks and meet the people that make Atlassian thrive.</p>
<p>One of the highlights of our tour was teaming up with <a href="http://london.girlgeekdinners.com/" target="_blank">London Girl Geek Dinners</a> to host a night of tech talk, beer, wine and munchies. Held at London’s Google Campus, the event followed on from our <a href="http://www.youtube.com/watch?v=mlYjuvTt9mM" target="_blank" rel="nofollow">San Francisco Girl Geek event in November</a>. The theme of the evening was remote working, inspired by <a href="http://allthingsd.com/20130222/physically-together-heres-the-internal-yahoo-no-work-from-home-memo-which-extends-beyond-remote-workers/" target="_blank" rel="nofollow">Yahoo’s recent decision to revoke the right of staff to work from home full-time</a>.</p>
<p><em>Watch highlights of the evening:</em></p>
<div class="embed-youtube"><iframe src="http://www.youtube.com/embed/XeftjCyzs7Q" height="315" width="560" allowfullscreen="" frameborder="0"></iframe></div>
<div class="embed-youtube"></div>
<p>Atlassian&#8217;s own Director of Corporate Communications Catherine Norman and Judith Lewis of London Girl Geek Dinners hosted the evening. Astrid Byro, remote worker extraordinaire, was the guest of honor and main speaker. Managing IT projects and teams from the mountains of the Himalayas using JIRA on a Kindle Fire, Astrid was the perfect speaker for our controversial subject of teleworking.</p>
<h3 id="Atlassian's2013LondonGirlGeekeventblogpost-Flexibilityisthenewblack">Flexibility is the new black</h3>
<p>Attendees took a great interest in Astrid’s tales of working from horse trails and cliff edges, and bombarded her with questions about connectivity, software, batteries, data files and management skills. Astrid’s talk was followed by a lively debate on remote working with members of the audience who expressed their views and experiences of the practice in the tech industry. Not surprisingly, most women felt that too many firms have old fashioned, outdated approaches to the concept of remote working, and that more flexibility should be given to workers. The audience agreed that most issues with flexible work arrangements can be overcome with a little trust and communication.</p>
<p>For more extreme instances of remote working (such as Astrid&#8217;s scaling the Himalayas), Astrid offered the following tips and tricks:</p>
<ul>
<li>Find the right power/weight of equipment ratio.</li>
<li>Check out power bars &#8211; many people aren&#8217;t aware of them and they are massively useful for remote working (and daily life).</li>
<li>Use li-on batteries carefully and alternate them with spares.</li>
<li>Use a device with a built-in cellular connection rather than tethering a mobile or using MiFi &#8211; the latter two burn batteries and may not work across different devices.</li>
<li>Avoid unforeseen complications by testing your gear on outings <em>before</em> you need it for work.</li>
</ul>
<p>We also made sure that no geek left empty-handed, dishing out a plentiful supply of our rockin’ Girl Geek t-shirts to all in attendance.</p>
<p><img class="aligncenter size-medium wp-image-25254" alt="LondonGGDTwitterphoto" src="http://atlassian.wpengine.netdna-cdn.com/wp-content/uploads/LondonGGDTwitterphoto-296x300.png" width="296" height="300" /></p>
<p>Thank you, London. We hope to see you on our next trip. And if you can’t make it, just connect remotely. Even if you are halfway up a mountain, you no longer have an excuse!</p>
 <img src="http://blogs.atlassian.com/?feed-stats-post-id=25253" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blogs.atlassian.com/2013/05/london-girl-geeks-unite-atlassian-hosts-its-first-girl-geek-dinner-in-europe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Coming Soon: JIRA 6.0</title>
		<link>http://blogs.atlassian.com/2013/05/coming-soon-jira-6-0/</link>
		<comments>http://blogs.atlassian.com/2013/05/coming-soon-jira-6-0/#comments</comments>
		<pubDate>Mon, 06 May 2013 13:00:55 +0000</pubDate>
		<dc:creator>Dan Radigan</dc:creator>
				<category><![CDATA[JIRA]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[GreenHopper]]></category>
		<category><![CDATA[Integrations]]></category>
		<category><![CDATA[jira6]]></category>
		<category><![CDATA[Life at Atlassian]]></category>

		<guid isPermaLink="false">http://blogs.atlassian.com/?p=25209</guid>
		<description><![CDATA[This is just a sneak of what&#8217;s to come.  We are REALLY excited about JIRA 6.  Sit tight in that Aeron chair as you get ready to meet the new JIRA! Kudos the Confluence team for the inspiration for this video]]></description>
				<content:encoded><![CDATA[<p>This is just a sneak of what&#8217;s to come.  We are REALLY excited about JIRA 6.  Sit tight in that Aeron chair as you get ready to meet the new JIRA!</p>
<div class="embed-youtube"><iframe src="http://www.youtube.com/embed/e_edT28Z8w8" height="360" width="480" allowfullscreen="" frameborder="0"></iframe></div>
<p><em>Kudos the Confluence team for the <a href="https://blogs.atlassian.com/2013/02/confluence-5-is-coming/">inspiration</a> for this video <img alt=":)" src="https://blogs.atlassian.com/wp-includes/images/smilies/icon_smile.gif" /></em></p>
 <img src="http://blogs.atlassian.com/?feed-stats-post-id=25209" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blogs.atlassian.com/2013/05/coming-soon-jira-6-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
