<?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>DoneDone</title>
	<atom:link href="http://www.getdonedone.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.getdonedone.com</link>
	<description>A simple, effective issue tracker</description>
	<lastBuildDate>Wed, 22 May 2013 14:00:52 +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>Creating and updating issues via email</title>
		<link>http://www.getdonedone.com/creating-and-updating-issues-via-email/</link>
		<comments>http://www.getdonedone.com/creating-and-updating-issues-via-email/#comments</comments>
		<pubDate>Wed, 22 May 2013 14:00:52 +0000</pubDate>
		<dc:creator>Jeremy Kratz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.getdonedone.com/?p=2047</guid>
		<description><![CDATA[<p>Sometimes you don&#8217;t want to bother with opening a new application or browser tab to make a quick update to your issues and bugs. Luckily, DoneDone makes it...</p><p>The post <a href="http://www.getdonedone.com/creating-and-updating-issues-via-email/">Creating and updating issues via email</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Sometimes you don&#8217;t want to bother with opening a new application or browser tab to make a quick update to your issues and bugs.</p>
<p>Luckily, DoneDone makes it easy to create and update issues directly from your inbox.<span id="more-2047"></span></p>
<h3>Creating issues via email</h3>
<p>First, you&#8217;ll need your DoneDone project&#8217;s <strong>unique email address</strong>. You can find this by visiting your project&#8217;s dashboard, then navigating to <strong>Project Settings</strong>.</p>
<div id="attachment_2048" class="wp-caption aligncenter" style="width: 780px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/05/email-project-settings.png"><img class="size-full wp-image-2048" alt="Project Settings is available inside the Manage Project dropdown" src="http://www.getdonedone.com/wp-content/uploads/2013/05/email-project-settings.png" width="770" height="369" /></a><p class="wp-caption-text">Project Settings is available inside the Manage Project dropdown</p></div>
<p>Locate the <strong>Create Issues via Email</strong> section to find your project&#8217;s email address.  This will be in the format: <strong>add-issue-####@mydonedone.com</strong>.</p>
<p>Next, open your email client and start composing a new email to your project email address. Use the following guide to create your message:</p>
<ul>
<li><span style="line-height: 13px;"><strong>Email subject field:</strong> Enter the new issue&#8217;s title here.</span></li>
<li><strong>First line of email body:</strong> Email address of the user who should be assigned as Fixer.  The user must have a DoneDone account with access to the project.</li>
<li><strong>Second line:</strong> Priority of the issue (Low, Medium, High, or Critical).</li>
<li><strong>Remaining lines:</strong> Description of the issue.</li>
</ul>
<p>You can see an example here: <a href="http://www.getdonedone.com/faq/#emailing-issues">http://www.getdonedone.com/faq/#emailing-issues</a></p>
<h3>Updating existing issues via email</h3>
<p>Each time an update is made to one of your issues, you&#8217;ll receive an email notification. Simply reply to this email to add a comment. Plus, if you add attachments, they&#8217;ll automatically be added to the original issue in DoneDone.</p>
<h3>Don&#8217;t be a stranger</h3>
<p>If you&#8217;re a fan of managing your work with your inbox, do the same with us and <a href="http://www.getdonedone.com/support/">send us an email</a>! You can also see what we&#8217;re up to on Twitter (<a href="https://twitter.com/getdonedone">@getdonedone</a>).</p>
<p>The post <a href="http://www.getdonedone.com/creating-and-updating-issues-via-email/">Creating and updating issues via email</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.getdonedone.com/creating-and-updating-issues-via-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Github timeouts and the quick and dirty solution</title>
		<link>http://www.getdonedone.com/github-timeouts-solution/</link>
		<comments>http://www.getdonedone.com/github-timeouts-solution/#comments</comments>
		<pubDate>Tue, 14 May 2013 15:55:50 +0000</pubDate>
		<dc:creator>Ka Wai Cheung</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.getdonedone.com/?p=2040</guid>
		<description><![CDATA[<p>We recently have been experiencing some issues with Github integration. If you use Github webhooks to update issues, there&#8217;s a quick change you&#8217;ll need to make for the...</p><p>The post <a href="http://www.getdonedone.com/github-timeouts-solution/">Github timeouts and the quick and dirty solution</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>We recently have been experiencing some issues with Github integration.</p>
<p>If you use Github webhooks to update issues, there&#8217;s a quick change you&#8217;ll need to make for the time being.  Otherwise, the Github post-receive hook will time out. After you&#8217;ve added the DoneDone web hook to your Github repository, you need to make a modification to add an &#8220;ssl_version&#8221; key to the hook config via cURL.</p>
<p>Github doesn&#8217;t have a way to do this through their web UI, so you need to do it through cURL. Here are the two steps you need to take. I just do it through my terminal in Mac.</p>
<h4>There are four things you&#8217;ll need to replace in the cURL syntax below:</h4>
<ul>
<li>&lt;github-username&gt;: Replace with your Github username</li>
<li>&lt;donedone-webhook-url&gt;: Replace with your DoneDone webhook URL, found on the integrations page of your project</li>
<li>&lt;github-repository&gt;: Replace with the name of your Github repository</li>
<li>&lt;github-hookid&gt;: In Step 2, replace with the ID for this hook you found in Step 1</li>
</ul>
<h3>Step 1: Get the Github Hook ID via cURL</h3>
<p>Open up your terminal, and enter the following to get a list of your hooks for the repository you&#8217;ve integrated:</p>
<pre>curl -u "&lt;github-username&gt;" https://api.github.com/repos/&lt;github-username&gt;/&lt;github-repository&gt;/hooks</pre>
<p>Hit ENTER, then enter your Github password. From the JSON response, make a note of the &#8220;id&#8221; that matches your DoneDone hook. You&#8217;ll use that in the final step below.</p>
<h3>Step 2: Update the &#8220;config&#8221; value for your Github Hook via cURL</h3>
<p>Next enter the following to update your web hook configuration:</p>
<pre>curl -u "&lt;github-username&gt;" -X PATCH --data '{"config":{"url": "&lt;donedone-webhook-url&gt;","content_type":"form","insecure_ssl":"1","ssl_version":"3"}}' https://api.github.com/repos/&lt;github-username&gt;/&lt;github-repository&gt;/hooks/&lt;github-id-of-hook&gt;</pre>
<p>Hit ENTER, then enter your Github password. You should be all set!</p>
<p>We hope to have a fix in place soon so that you will not need to go through these extra steps.</p>
<p>The post <a href="http://www.getdonedone.com/github-timeouts-solution/">Github timeouts and the quick and dirty solution</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.getdonedone.com/github-timeouts-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slice &amp; dice your issues with dashboard filters</title>
		<link>http://www.getdonedone.com/slice-dice-your-issues-with-dashboard-filters/</link>
		<comments>http://www.getdonedone.com/slice-dice-your-issues-with-dashboard-filters/#comments</comments>
		<pubDate>Tue, 14 May 2013 15:18:30 +0000</pubDate>
		<dc:creator>Jeremy Kratz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.getdonedone.com/?p=2037</guid>
		<description><![CDATA[<p>Last week, our users created or updated a total of 13,145 issues within DoneDone. Assuming those updates were made during mostly-normal business hours, that&#8217;s over 300 changes per...</p><p>The post <a href="http://www.getdonedone.com/slice-dice-your-issues-with-dashboard-filters/">Slice &#038; dice your issues with dashboard filters</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Last week, our users created or updated a total of 13,145 issues within DoneDone. Assuming those updates were made during mostly-normal business hours, that&#8217;s over 300 changes per workday hour!</p>
<p>Your company probably didn&#8217;t have quite that much activity (if you did, let me refer you to our <a title="Plans &amp; Pricing" href="http://www.getdonedone.com/plans-pricing/">Max plan</a>), but it can still be a challenge to keep track of all the issues your team is working on. Sometimes you want to see everything that&#8217;s in progress, and sometimes you want to see issues that have already been fixed or closed. Here at DoneDone, we&#8217;ll often want to group several projects together, or see which issues are in progress for a specific team member.</p>
<p>Luckily, DoneDone&#8217;s dashboard filters give you a super-simple way to view your issues by status, priority, project, and more.<span id="more-2037"></span></p>
<h3>The Filter Menu</h3>
<p>At the top left of each dashboard page, you&#8217;ll find a dropdown that displays the filter you&#8217;re currently viewing. Click the dropdown to display a list of <strong>popular filters</strong> and <strong>custom filters</strong>.</p>
<div id="attachment_2038" class="wp-caption aligncenter" style="width: 799px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/05/filter-dropdown.png"><img class="size-full wp-image-2038" alt="The DoneDone Filter menu" src="http://www.getdonedone.com/wp-content/uploads/2013/05/filter-dropdown.png" width="789" height="483" /></a><p class="wp-caption-text">The DoneDone Filter menu</p></div>
<h3>Popular Filters</h3>
<p>Popular filters are DoneDone&#8217;s most-used filters, and cover most needs:</p>
<ul>
<li><span style="line-height: 13px;"><strong>All your issues:</strong> All issues where you are assigned as Fixer or Tester, or are cc&#8217;d</span></li>
<li><strong>Your active issues:</strong> Issues where you are the Fixer or Tester, or are cc&#8217;d, and the status is not Closed or Fixed</li>
<li><strong>Issues waiting on you:</strong> Issues where you are the Fixer or Tester, and your input is needed for the issue to move to the next step</li>
<li><strong>Issues waiting on them:</strong> Issues where you are the Fixer or Tester, and another user&#8217;s input is needed for the issue to move to the next step</li>
<li><strong>Issues you&#8217;re cc&#8217;d on:</strong> Issues where you are in the CC notification list</li>
<li><strong>All issues:</strong> All issues to which you have access to</li>
<li><strong>All active issues:</strong> All issues where the status is not Closed or Fixed</li>
<li><strong>All closed and fixed issues:</strong> All issues where the status is Closed or Fixed</li>
</ul>
<h3>Custom Filters</h3>
<p>Custom filters are defined by you &#8211; you can create filters to show issues matching the following criteria:</p>
<ul>
<li><span style="line-height: 13px;">Project</span></li>
<li>Tester</li>
<li>Fixer</li>
<li>Tags</li>
<li>Priority</li>
<li>Status</li>
<li>Created Date</li>
<li>Last Updated Date</li>
</ul>
<p>Filters can be created at the global (all projects) level, or within individual project dashboards.</p>
<h3>Refining Filter Results</h3>
<p>Once you&#8217;ve selected a filter, you can make your results even more specific by using the additional dropdown controls to the right of the filter selection.</p>
<ul>
<li><span style="line-height: 13px;"><strong>Tagged:</strong> Only show issues that have one or more tags</span></li>
<li><strong>Due Date:</strong> Only show issues that are overdue or due anytime, today, or in a specific date range</li>
<li><strong>Sort:</strong> Sort the resulting issues by Last Updated Date, Due Date, Issue Number, Project Title, Priority, Status, Fixer, or Tester</li>
<li><strong>Date Range (Activity Dashboard only):</strong> Only show issue activity between two specific dates</li>
</ul>
<h3>Persist Your Criteria</h3>
<p>After selecting a filter and refining or sorting your results, your criteria will be auto-selected on all three dashboard pages. So don&#8217;t worry about getting your issue list just right, navigating to a detail page, and having all your work reset when you come back to the dashboard. Everything will be just how you left it! Your filter selections will also persist between browsers &#8211; so you can view DoneDone on your phone or tablet and pick up right where you left off from your office desktop.</p>
<h3>Questions or Suggestions?</h3>
<p>We always love to hear suggestions from DoneDone users, and we&#8217;re always available to answer questions. Just chat us up over <a href="mailto:support@mydonedone.com">email</a> or <a href="https://twitter.com/getdonedone">Twitter (@getdonedone)</a>!</p>
<p>The post <a href="http://www.getdonedone.com/slice-dice-your-issues-with-dashboard-filters/">Slice &#038; dice your issues with dashboard filters</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.getdonedone.com/slice-dice-your-issues-with-dashboard-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Y u no use HipChat integration?</title>
		<link>http://www.getdonedone.com/hipchat-integration-with-donedone/</link>
		<comments>http://www.getdonedone.com/hipchat-integration-with-donedone/#comments</comments>
		<pubDate>Thu, 02 May 2013 22:33:40 +0000</pubDate>
		<dc:creator>Ka Wai Cheung</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.getdonedone.com/?p=2015</guid>
		<description><![CDATA[<p>We&#8217;re ecstatic today. One of our favorite apps, HipChat, now integrates with DoneDone. At We Are Mammoth, we&#8217;ve been using HipChat for nearly a year and I can&#8217;t...</p><p>The post <a href="http://www.getdonedone.com/hipchat-integration-with-donedone/">Y u no use HipChat integration?</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re ecstatic today. One of our favorite apps, <a href="http://www.hipchat.com" target="_blank">HipChat</a>, now integrates with DoneDone.</p>
<p>At <a href="http://www.wearemammoth.com" target="_blank">We Are Mammoth</a>, we&#8217;ve been using HipChat for nearly a year and I can&#8217;t imagine working without it. Our 20 person shop is spread across five states, with a few people working from home every day. HipChat keeps our team together.  At times, I don&#8217;t know whether the person I&#8217;m chatting with is upstairs or working at home. It makes remote working feel completely connected.<br />
<span id="more-2015"></span><br />
A lot of our day is spent resolving bugs in DoneDone. Sometimes, when issues need more back and forth, we resolve them with a face-to-face regroup or HipChat discussion. So — we thought — why not bring DoneDone into HipChat already?</p>
<p><strong>So we did. </strong><strong>You can now connect any DoneDone project to a HipChat room. </strong>You can even connect <em>multiple</em> DoneDone projects to a single HipChat room. Whenever anyone creates issues, updates issues, or sends out a release build, you&#8217;ll get notified in your HipChat room.</p>
<div id="attachment_2017" class="wp-caption aligncenter" style="width: 710px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/05/hipchat-11.jpg"><img class="size-full wp-image-2017" alt="A HipChat message is posted each time you create an issue" src="http://www.getdonedone.com/wp-content/uploads/2013/05/hipchat-11.jpg" width="700" height="429" /></a><p class="wp-caption-text">A HipChat message is posted each time you create an issue</p></div>
<p>We paid particular attention to color as well.  <strong>Fixed issues are marked with a green background</strong> and those <strong>not confirmed as Fixed are marked with red</strong>.  For release builds, we used purple because, well, that&#8217;s the only other choice we had.</p>
<div id="attachment_2019" class="wp-caption aligncenter" style="width: 710px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/05/hipchat-3.jpg"><img class="size-full wp-image-2019" alt="Green and red mark Fixed and Not Fixed issues" src="http://www.getdonedone.com/wp-content/uploads/2013/05/hipchat-3.jpg" width="700" height="429" /></a><p class="wp-caption-text">Green messages for fixed issues, red messages for the not-so-fixed</p></div>
<div id="attachment_2018" class="wp-caption aligncenter" style="width: 710px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/05/hipchat-2.jpg"><img class="size-full wp-image-2018" alt="Your HipChat room will notify you when a release build has been made." src="http://www.getdonedone.com/wp-content/uploads/2013/05/hipchat-2.jpg" width="700" height="429" /></a><p class="wp-caption-text">Your HipChat room will notify you when a release build has been made</p></div>
<h3>Integrate your DoneDone project to a HipChat room in the next minute</h3>
<p>If you&#8217;re an admin in DoneDone, simply go to a project homepage and select <strong>Integrations </strong>from the<strong> &#8220;Manage this Project&#8221;</strong> dropdown on the right. From the <strong>Integrations</strong> page, select the <strong>HipChat</strong> box. Finally, <strong>paste in your HipChat API key</strong> and DoneDone will pull in all the available rooms you can link up to your project. That&#8217;s it!  You can remove HipChat just as simply, by clicking the <strong>&#8220;Remove HipChat&#8221;</strong> button.</p>
<div id="attachment_2020" class="wp-caption aligncenter" style="width: 710px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/05/hipchat-4.jpg"><img class="size-full wp-image-2020" alt="We've made HipChat integration a snap." src="http://www.getdonedone.com/wp-content/uploads/2013/05/hipchat-4.jpg" width="700" height="427" /></a><p class="wp-caption-text">We&#8217;ve made HipChat integration a snap.</p></div>
<p>We think HipChat integration will work great for a number of reasons:</p>
<ul>
<li><span style="line-height: 13px;">First, it provides a quick digest of what&#8217;s going on with your project, much like the <a href="http://www.getdonedone.com/back-from-vacation-use-donedone-to-catch-up-on-what-you-missed/">Activities page</a> does.  This is great for project managers who want to get a general sense of what&#8217;s going on in DoneDone without logging in.</span></li>
<li>Second, it creates another forum to discuss issues.  If you need the flexibility of huddling on issues as a larger group, or just want to get something solved quickly in real-time, HipChat is a great place to do it.</li>
<li>Finally, HipChat integration marks just another way to <a href="http://www.getdonedone.com/keep-your-issue-tracker-out-of-your-inbox/">get issues out of your inbox</a>.  You can disable email notifications in your Project Settings, and use HipChat to be alerted on updates.</li>
</ul>
<p>We&#8217;re excited to see this launched and how it might change the way you work with DoneDone. Let us know how you&#8217;re using HipChat. Tweet us at <a href="http://www.twitter.com/getdonedone">@getdonedone</a>, or <a href="mailto:support@mydonedone.com">email us directly</a>.</p>
<p>The post <a href="http://www.getdonedone.com/hipchat-integration-with-donedone/">Y u no use HipChat integration?</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.getdonedone.com/hipchat-integration-with-donedone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using DoneDone with GitHub, Beanstalk, and Bitbucket</title>
		<link>http://www.getdonedone.com/using-donedone-with-github-beanstalk-and-bitbucket/</link>
		<comments>http://www.getdonedone.com/using-donedone-with-github-beanstalk-and-bitbucket/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 14:30:07 +0000</pubDate>
		<dc:creator>Jeremy Kratz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.getdonedone.com/?p=1988</guid>
		<description><![CDATA[<p>If you&#8217;re a developer, odds are good that you host your code repositories with GitHub, Beanstalk, or Bitbucket (or maybe all 3). Odds are also good that many...</p><p>The post <a href="http://www.getdonedone.com/using-donedone-with-github-beanstalk-and-bitbucket/">Using DoneDone with GitHub, Beanstalk, and Bitbucket</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re a developer, odds are good that you host your code repositories with GitHub, Beanstalk, or Bitbucket (or maybe all 3). Odds are also good that many of the changes you make in your repositories are directly related to issues in your DoneDone account. Luckily, you can easily connect DoneDone with your source control provider to update issues whenever you commit new code.</p>
<h3><span id="more-1988"></span>Integrate a DoneDone project with your repository</h3>
<p>Login to DoneDone and navigate to one of your project dashboards (when viewing the &#8216;All Projects&#8217; dashboard, simply click on any project name, or click the dashboard title dropdown and select your project from the shortcut list). Then click the <strong>Project Settings</strong> icon and choose <strong>Git &amp; SVN integration</strong>.</p>
<div id="attachment_1996" class="wp-caption alignnone" style="width: 754px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/04/project-settings-git-svn.png"><img class="size-full wp-image-1996" alt="This is the caption" src="http://www.getdonedone.com/wp-content/uploads/2013/04/project-settings-git-svn.png" width="744" height="729" /></a><p class="wp-caption-text">This page displays all the information you&#8217;ll need to connect DoneDone to your source code repository.</p></div>
<h3>GitHub</h3>
<p>Scroll down to the GitHub section and find your <strong>GitHub integration URL</strong>. All you&#8217;ll need to do is login to your GitHub account, choose your repository, <a href="https://help.github.com/articles/post-receive-hooks">add a Post-Receive webhook</a>, and paste this URL.</p>
<h3>Beanstalk</h3>
<p>Locate the Beanstalk section and find your Beanstalk integration URL. Then simply login to your Beanstalk account, choose your repository, <a href="http://support.beanstalkapp.com/customer/portal/articles/68110-trigger-a-url-on-commit-with-web-hooks">add a Web Hook</a>, and paste this URL.</p>
<h3>Bitbucket</h3>
<p>Find the Bitbucket section, which contains 4 settings values. Login to your Bitbucket account, choose your repository, and navigate to Repository Details &gt; Services. Add the DoneDone service and paste the values from DoneDone.</p>
<h3>Committing Changes</h3>
<p>Once you&#8217;ve connected DoneDone to your repository, you can easily update DoneDone issues by including data in your commit messages. Here&#8217;s an example:</p>
<pre>Fixed a CSS bug on the login form
[#15 status:Ready For Retest]</pre>
<p>This will add the commit message as a comment to DoneDone issue #15, and will set the issue&#8217;s status to Ready for Retest. You can find more commit examples on our <a href="http://www.getdonedone.com/api/gitsvnintegration/">Subversion &amp; Git Integration help page</a>.</p>
<p>Let us know how your version control integration goes! Tweet us at <a href="http://www.twitter.com/getdonedone">@getdonedone</a>, or <a href="mailto:support@mydonedone.com">email us directly</a>.</p>
<p>The post <a href="http://www.getdonedone.com/using-donedone-with-github-beanstalk-and-bitbucket/">Using DoneDone with GitHub, Beanstalk, and Bitbucket</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.getdonedone.com/using-donedone-with-github-beanstalk-and-bitbucket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find those hard-to-find issues with global search</title>
		<link>http://www.getdonedone.com/find-issues-with-global-search/</link>
		<comments>http://www.getdonedone.com/find-issues-with-global-search/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 13:00:09 +0000</pubDate>
		<dc:creator>Ka Wai Cheung</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[global search]]></category>

		<guid isPermaLink="false">http://www.getdonedone.com/?p=1990</guid>
		<description><![CDATA[<p>For DoneDone&#8217;s fourth birthday later this month, we&#8217;re excited to launch global search to all of our customers.  Global search gives you an alternative way to sift through...</p><p>The post <a href="http://www.getdonedone.com/find-issues-with-global-search/">Find those hard-to-find issues with global search</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>For DoneDone&#8217;s fourth birthday later this month, we&#8217;re excited to launch <strong>global search</strong> to all of our customers.  Global search gives you an alternative way to sift through your list of issues.</p>
<p>While DoneDone already gives you a number of options to mine through your issues — either through popular filters like <strong>&#8220;Issues waiting on you&#8221;</strong>, or by drilling down a particular status, due date, fixer, tester, or priority — sometimes those just aren&#8217;t the quickest routes to find exactly what you want.</p>
<p><span id="more-1990"></span></p>
<p>Sometimes, you&#8217;re looking for &#8220;that issue where Craig uploaded that Balsamiq PDF revision&#8221; or the one where &#8220;Jen was talking about using Chrome frame on IE6.&#8221; You know something <em>very specific</em> about the issue, but don&#8217;t quite remember what it was called&#8230;or how it was tagged&#8230;or when it was due.  Before search, there wasn&#8217;t an obvious way to go about finding this issue. This is where DoneDone&#8217;s global search really helps.</p>
<h3>Give global search a spin</h3>
<p>Click the search icon on the upper-right corner of your DoneDone account to get started:</p>
<div id="attachment_1991" class="wp-caption aligncenter" style="width: 471px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/03/Screen-Shot-2013-03-27-at-3.12.16-PM.png"><img class="size-full wp-image-1991" alt="Click the magnifying glass on the upper-right corner to start your search" src="http://www.getdonedone.com/wp-content/uploads/2013/03/Screen-Shot-2013-03-27-at-3.12.16-PM.png" width="461" height="154" /></a><p class="wp-caption-text">Click the magnifying glass on the upper-right corner to start your search</p></div>
<p>Type in any words or phrases into the global search field, and you&#8217;ll get a list of all issues that contain those terms. You&#8217;ll even see your matching search terms highlighted in context. DoneDone will search all content within an issue, including&#8230;</p>
<ul>
<li><strong>All issue titles</strong></li>
<li><strong>All issue descriptions</strong></li>
<li><strong>All comments</strong> made on your issues</li>
<li><strong>All file attachment names </strong><em> (Great for finding &#8220;that issue with that one Balsamiq PDF!&#8221;)</em></li>
</ul>
<p>In addition, the search results page will also show you a list of projects that have these matching terms. So, if your list of issues is still too big, simply drill down to a specific project.</p>
<div id="attachment_1994" class="wp-caption aligncenter" style="width: 710px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/03/Screen-Shot-2013-03-27-at-3.32.jpg"><img class="size-full wp-image-1994" alt="Global search results" src="http://www.getdonedone.com/wp-content/uploads/2013/03/Screen-Shot-2013-03-27-at-3.32.jpg" width="700" height="301" /></a><p class="wp-caption-text">Search results highlight matching terms, including relevant file attachment names.</p></div>
<p>In addition, if you click into any issue, DoneDone will send you right to the specific comment that contained your matching search term.  You can also use the &#8220;Previous&#8221; and &#8220;Next&#8221; links to cycle through all other matching issues in your search. Also, if you&#8217;re inside of a single project, you can still use the global search to quickly navigate to a specific issue number. For example, just type <strong>#124</strong> to get right to issue #124.</p>
<h3>DoneDone global search vs. the rest of the field</h3>
<p>We wanted our global search to be the best issue tracking search on the market.  Here&#8217;s a few things you&#8217;ll get with search that you won&#8217;t find with bug trackers like FogBugz, Lighthouse, or Sifter. DoneDone&#8217;s global search&#8230;</p>
<ul>
<li>Displays the search results in context for issue titles, descriptions <em>and</em> any comments.</li>
<li>Scans file attachment names, not just titles, descriptions and comments.</li>
<li>Links you right to a specific comment on an issue&#8217;s history thread.  You won&#8217;t have to sift through a long chain of replies to figure out where the matching search term is.</li>
</ul>
<p>We&#8217;re ecstatic to finally get global search out of development and into your hands.  Let us know how your searching goes by messaging us <a href="http://www.twitter.com/getdonedone">@getdonedone</a>, or <a href="mailto:support@mydonedone.com">emailing us directly</a>.</p>
<p>The post <a href="http://www.getdonedone.com/find-issues-with-global-search/">Find those hard-to-find issues with global search</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.getdonedone.com/find-issues-with-global-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with companies &amp; people</title>
		<link>http://www.getdonedone.com/working-with-companies-people/</link>
		<comments>http://www.getdonedone.com/working-with-companies-people/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 18:30:43 +0000</pubDate>
		<dc:creator>Jeremy Kratz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.getdonedone.com/?p=1977</guid>
		<description><![CDATA[<p>When tracking issues and bugs for your project, it&#8217;s important to make sure the right people are assigned to the right issues. It&#8217;s just as important that everyone...</p><p>The post <a href="http://www.getdonedone.com/working-with-companies-people/">Working with companies &#038; people</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>When tracking issues and bugs for your project, it&#8217;s important to make sure the right people are assigned to the right issues. It&#8217;s just as important that everyone working on an issue can easily keep track of its progress, and communicate between one another.</p>
<p>DoneDone makes it quick and easy to invite new users to your projects, organize them into companies, and update their permissions. It&#8217;s also a snap for users to share and update their contact information with coworkers.<span id="more-1977"></span></p>
<h3>Managing companies &amp; people on your account</h3>
<p>Companies and people can be added, updated, and removed from the <strong>Companies &amp; People</strong> link in the DoneDone header. Please note that you&#8217;ll need to be logged in as an Administrator in order to access this section.</p>
<div id="attachment_1980" class="wp-caption alignnone" style="width: 810px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/03/companies-people.png"><img class="size-full wp-image-1980" alt="The Companies &amp; People page allows you to quickly add, update, and delete companies and users on your account" src="http://www.getdonedone.com/wp-content/uploads/2013/03/companies-people.png" width="800" height="539" /></a><p class="wp-caption-text">The Companies &amp; People page allows you to quickly add, update, and delete companies and users on your account</p></div>
<h3>Managing Companies</h3>
<p>Users are organized into companies, and each user must belong to a company. When you first sign up, you&#8217;ll start with a single company (which you provided when you created your account). To add a new company, just click the <strong>Create New Company</strong> button in the sidebar. You can rename a company at any time by clicking its name on the Companies &amp; People page, or delete a company by clicking its <strong>Delete</strong> icon.</p>
<h3>Adding People</h3>
<p>To add new users to your DoneDone account, visit the Companies &amp; People page, select the appropriate Company from the dropdown list, and click the <strong>Add People</strong> link.</p>
<p>You&#8217;ll just need to enter the first name, last name, and email address in order to invite someone to your DoneDone account. Click <strong>Add another person</strong> to display a new row, and enter as many users as you&#8217;d like to invite.</p>
<p><em><strong><a href="http://basecamp.com/"><img class="alignleft size-full wp-image-1981" alt="basecamp-logo" src="http://www.getdonedone.com/wp-content/uploads/2013/03/basecamp-logo.png" width="84" height="70" /></a>Importing users from Basecamp - </strong>If you use Basecamp for project management, you can also simply click the <strong>Get them from Basecamp&#8230;</strong> link to import one or more logins from your Basecamp account. DoneDone supports both Basecamp and Basecamp Classic.</em></p>
<p>Once you&#8217;ve entered your users&#8217; names and email addresses, use the Project Access section to grant the new users permission to your projects. When finished, click <strong>Create these people</strong>, and the users you entered will receive a DoneDone invitation email.</p>
<div id="attachment_1978" class="wp-caption alignnone" style="width: 810px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/03/companies-people-add-people.png"><img class="size-full wp-image-1978" alt="Adding users and assigning permissions" src="http://www.getdonedone.com/wp-content/uploads/2013/03/companies-people-add-people.png" width="800" height="539" /></a><p class="wp-caption-text">Adding users and assigning permissions</p></div>
<h3>Resending login information</h3>
<p>From time to time, a user may forget their username or password. When viewing the Companies &amp; People page, just locate the user and click the <strong>Resend login information</strong> icon. Users can also send this information to themselves by clicking <strong>Forgot your username or password?</strong> on the DoneDone login screen.</p>
<h3>Editing and deleting people</h3>
<p>You can update any user&#8217;s details and permissions by clicking the <strong>Edit</strong> icon on the Companies &amp; People page. You can also delete a user with the <strong>Delete</strong> icon (you&#8217;ll be prompted to reassign all their issues to another user).</p>
<h3>Managing project permissions</h3>
<p>You can easily update users assigned to a project by navigating to the project&#8217;s dashboard page, clicking the <strong>Manage Project</strong> icon, and choosing <strong>Companies &amp; People</strong>.</p>
<div id="attachment_1979" class="wp-caption alignnone" style="width: 810px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/03/companies-people-project.png"><img class="size-full wp-image-1979" alt="Updating permissions within a project" src="http://www.getdonedone.com/wp-content/uploads/2013/03/companies-people-project.png" width="800" height="539" /></a><p class="wp-caption-text">Updating permissions within a project</p></div>
<h3>Feedback?</h3>
<p>How is DoneDone working for you and your users? Send us your feedback via <a href="mailto:support@mydonedone.com" target="_blank">email</a> or <a href="http://www.twitter.com/getdonedone" target="_blank">Twitter (@getdonedone)</a>.</p>
<p>The post <a href="http://www.getdonedone.com/working-with-companies-people/">Working with companies &#038; people</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.getdonedone.com/working-with-companies-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DoneDone&#8217;s workflow and issue statuses</title>
		<link>http://www.getdonedone.com/donedones-workflow-and-issue-statuses/</link>
		<comments>http://www.getdonedone.com/donedones-workflow-and-issue-statuses/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 15:30:12 +0000</pubDate>
		<dc:creator>Jeremy Kratz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.getdonedone.com/?p=1969</guid>
		<description><![CDATA[<p>A lot of issue and bug trackers give you the option to customize nearly every detail of your interface. This includes custom statuses, workflows, and rules. This is...</p><p>The post <a href="http://www.getdonedone.com/donedones-workflow-and-issue-statuses/">DoneDone&#8217;s workflow and issue statuses</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>A lot of issue and bug trackers give you the option to customize nearly every detail of your interface. This includes custom statuses, workflows, and rules. This is great for the users who want that level of control, but can quickly result in confusion as your organization grows.<span id="more-1969"></span></p>
<p><strong>Consider the following situation:</strong></p>
<p style="padding-left: 30px;">Project ABC is managed by Dwight, who has customized his issue workflow to use the following statuses: Submitted, Verified, Cannot Reproduce, Will Not Fix, Resolved, and Awaiting Manager Approval. Dwight&#8217;s developers have been using this workflow for several months.</p>
<p style="padding-left: 30px;">Project XYZ is kicked off, and managed by Jim. Jim prefers a much simpler workflow, so he defines his statuses as Not Started, Started, and Finished. Half of Bob&#8217;s developers now split time between Project ABC and Project XYZ.</p>
<p style="padding-left: 30px;">Before the new project began, these developers used a single list of familiar statuses. Now, however, they have to pause and think before logging or updating an issue. <em>&#8220;I&#8217;m on Project XYZ, so I need to choose Started instead of Verified. OK, it&#8217;s been a few weeks since I&#8217;ve worked in Project ABC &#8211; should I mark this ticket as Finished, Resolved, or does this one require manager approval?&#8221;</em></p>
<p>As your team grows, your new additions will have their own opinions on how issue workflows should be defined. A savvy CEO&#8217;s solution to this would be simple: define a standard workflow that will work in most cases, and require all projects to use it. This is exactly what we&#8217;ve implemented in DoneDone.</p>
<h3>Issue statuses</h3>
<p>An issue will move between 11 statuses throughout its life:</p>
<ul>
<li><span style="line-height: 13px;"><strong>Open</strong> &#8211; The issue has been created.</span></li>
<li><strong>In Progress</strong> &#8211; The Fixer has acknowledged the issue, and has begun working on a fix.</li>
<li><strong>Not an Issue</strong> &#8211; The Fixer has determined that the issue is expected or by design.</li>
<li><strong>Not Reproducible</strong> &#8211; The Fixer cannot recreate the issue as described.</li>
<li><strong>Missing Information</strong> &#8211; The Fixer needs more details to complete the fix.</li>
<li><strong>Pushed Back</strong> &#8211; The Fixer had previously marked the issue as Not An Issue, Not Reproducible, or Missing Information. The Tester has now provided more details, and wants the Fixer to take another look.</li>
<li><strong>Ready for Next Release</strong> &#8211; The Fixer has resolved the issue, but does not want the Tester to be notified yet. Instead, the issue will be added to a Release &#8211; a collection of issues that should all be tested at once. When a project administrator creates a <a title="Organizing your army of issues with Release Builds" href="http://www.getdonedone.com/organizing-your-army-of-issues-with-release-builds/">Release Build</a>, the Testers of all the issues will be asked to confirm their issues&#8217; fixes.</li>
<li><strong>Ready for Retest</strong> &#8211; The Fixer has resolved the issue, and wants the Tester to confirm that the fix also works for them.</li>
<li><strong>Fix Not Confirmed</strong> &#8211; The Tester has tried the fix, but the issue is still unresolved.</li>
<li><strong>Fixed</strong> &#8211; The Tester has tried the fix, and it has correctly resolved the issue.</li>
<li><strong>Closed</strong> &#8211; The issue should no longer be worked on.</li>
</ul>
<h3>The issue workflow</h3>
<p>While there are a lot of statuses listed above, DoneDone only shows users the statuses that <em>make sense</em> at any given time. Users will only see a small number of options based on their role and the issue&#8217;s current status.</p>
<p>For example, if an issue is Ready for Retest, the Tester can only change the status to Fixed or Not Fixed. If the Fixer changes their mind, they can switch the status back to In Progress, Not an Issue, Missing Information, etc.</p>
<h3>Overriding the workflow</h3>
<p>Of course, there will always be situations where you need to directly set an issue&#8217;s status, regardless of its current state in the workflow. Users can always use the Edit icon to manually change an issue&#8217;s status, or use the Bulk Edit feature to change the status of multiple issues at once.</p>
<h3>Keep it simple</h3>
<p>We think DoneDone&#8217;s status workflow is a good fit for just about any project &#8211; and most of our users have agreed. In fact, we&#8217;ve been using the same list of statuses since DoneDone v1 in 2009.</p>
<p>Has DoneDone&#8217;s simple status workflow been good to you? Let us know via <a href="mailto:support@mydonedone.com">email</a> or <a href="http://www.twitter.com/getdonedone">Twitter (@getdonedone)</a>.</p>
<p>The post <a href="http://www.getdonedone.com/donedones-workflow-and-issue-statuses/">DoneDone&#8217;s workflow and issue statuses</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.getdonedone.com/donedones-workflow-and-issue-statuses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DoneDone picks up where Sifter left off</title>
		<link>http://www.getdonedone.com/sifter-v-donedone/</link>
		<comments>http://www.getdonedone.com/sifter-v-donedone/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 14:00:42 +0000</pubDate>
		<dc:creator>Ka Wai Cheung</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.getdonedone.com/?p=1924</guid>
		<description><![CDATA[<p>I recently read through some of the decisions that Sifter, a competing issue tracker, made with their application. Sifter&#8217;s simple approach mirrors what we believe too: one-to-one communication...</p><p>The post <a href="http://www.getdonedone.com/sifter-v-donedone/">DoneDone picks up where Sifter left off</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I recently read through some of the decisions that <a href="http://www.sifterapp.com">Sifter</a>, a competing issue tracker, made with their application.</p>
<p>Sifter&#8217;s simple approach mirrors what we believe too: one-to-one communication on issues, and a strict set of issue statuses that drive how issues get resolved.  However, there are a few features that DoneDone offers which differ from Sifter&#8217;s.  If you&#8217;re on the hunt for a simple issue tracker, consider a few features we offer that Sifter currently doesn&#8217;t support.<br />
<span id="more-1924"></span></p>
<h3>Markdown Support</h3>
<p><a href="https://sifterapp.com/faq#text-formatting">Sifter currently does not offer any text formatting options</a>.  We agree that a full-blown rich text editor can sometimes do more harm than good.  Instead, we simply support <a href="http://daringfireball.net/projects/markdown/" target="_blank">Markdown</a> formatting. What we like about Markdown is that it&#8217;s unobtrusive for people who don&#8217;t want to use it. As opposed to a gaudy text editor, you don&#8217;t have to use Markdown if you don&#8217;t want &#8211; just keep typing. Plus, learning the basics, like bold (**bold**), italic (*italic*) and bullet points, only takes a few minutes to get the hang of, and it makes a world of difference for an issue&#8217;s readability:</p>
<div id="attachment_1931" class="wp-caption aligncenter" style="width: 647px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-26-at-9.56.11-AM.png"><img class="size-full wp-image-1931" alt="Markdown's simple formatting structure" src="http://www.getdonedone.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-26-at-9.56.11-AM.png" width="637" height="416" /></a><p class="wp-caption-text">Our simple Markdown formatting structure to produce bold, italics, and bulleting&#8230;</p></div>
<div id="attachment_1928" class="wp-caption aligncenter" style="width: 725px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-25-at-11.12.28-AM.png"><img class="size-full wp-image-1928" alt="Using Markdown's simple bold, italics, and bullet point conventions" src="http://www.getdonedone.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-25-at-11.12.28-AM.png" width="715" height="433" /></a><p class="wp-caption-text">&#8230;looks like this when an issue is saved.</p></div>
<h3>Code Formatting</h3>
<p>Another huge benefit of Markdown is support for code markup. The vast majority of DoneDone customers use us in conjunction with web site and software projects. With DoneDone, you can produce a code block by indenting every line of the block by at least 4 spaces or 1 tab.  This goes a long way to making bug resolution for software projects that much easier. There&#8217;s no need to attach code files when you can easily show the markup in the issue itself.</p>
<div id="attachment_1926" class="wp-caption aligncenter" style="width: 710px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-25-at-10.46.jpg"><img class="size-full wp-image-1926" alt="Screen-Shot-2013-02-25-at-10.46" src="http://www.getdonedone.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-25-at-10.46.jpg" width="700" height="278" /></a><p class="wp-caption-text">Code formatting in DoneDone issue descriptions and comments</p></div>
<h3>Tagging</h3>
<p>Sifter doesn&#8217;t support tags — they are &#8221;<a href="https://sifterapp.com/faq#tagging">messy, inaccurate, and error-prone</a>.&#8221;  However, we believe tagging can be <a title="Enhance your issues with tags" href="http://www.getdonedone.com/2013/02/15/enhance-your-issues-with-tags/" target="_blank">incredibly flexible</a> without sacrificing simplicity.  It all depends on how you use them.</p>
<p>For instance, at We Are Mammoth, we use tags to categorize bugs by discipline (e.g. UI, UX, backend). This lets us quickly gauge where our time needs to be spent.  In addition, DoneDone tags come with auto-hinting, to avoid misspelling tags that should be the same thing.  For a long while, we also used tags to assign issues to a specific release (e.g. 2/28 release).  I still prefer to tag things this way, but customers can now use <a href="http://www.getdonedone.com/2013/01/18/due-dates/">due dates</a> to specifically assign dates to issues, and then view overdue or upcoming issues in their lists.</p>
<div id="attachment_1927" class="wp-caption aligncenter" style="width: 614px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-25-at-10.59.51-AM.png"><img class="size-full wp-image-1927" alt="Screen Shot 2013-02-25 at 10.59.51 AM" src="http://www.getdonedone.com/wp-content/uploads/2013/02/Screen-Shot-2013-02-25-at-10.59.51-AM.png" width="604" height="171" /></a><p class="wp-caption-text">DoneDone suggests matches based on previously created tags within a project</p></div>
<h3>Attachments via email</h3>
<p>Sifter <a href="https://sifterapp.com/faq#attachments-via-email">doesn&#8217;t allow email attachments</a>, stating it is impossible for them to distinguish between actual email image signatures vs. attachments.  We agree, those are difficult to parse through (and we don&#8217;t try to), but the advantage of being able to send full issues through email with included attachments outweighs those potential false positives.  Plus, for DoneDoner&#8217;s who frequently create issues by email, it&#8217;s a simple fix to disable your image signatures when creating issues.</p>
<h3>Time tracking with Harvest</h3>
<p>We fully agree with <a href="https://sifterapp.com/faq#time-tracking">Sifter&#8217;s stance that we are not in the business of tracking time</a>.  That&#8217;s why <a href="http://www.getdonedone.com/2012/12/12/fix-issues-then-track-time-in-harvest/">we&#8217;ve integrated with Harvest</a> so that you can simultaneously track time and work on issues within DoneDone.  While we aren&#8217;t in the business of time tracking, having an easy way to log the time you are spending in DoneDone is important to us.</p>
<div id="attachment_1847" class="wp-caption aligncenter" style="width: 760px"><a href="http://www.getdonedone.com/wp-content/uploads/2012/12/dd-harvest-2a.jpg"><img class="size-full wp-image-1847" alt="Track your time directly within a DoneDone issue" src="http://www.getdonedone.com/wp-content/uploads/2012/12/dd-harvest-2a.jpg" width="750" height="407" /></a><p class="wp-caption-text">Track your time directly within a DoneDone issue</p></div>
<h3>Edit issues in bulk</h3>
<p><a href="https://sifterapp.com/faq#bulk-edit">Sifter does not support bulk issue edits</a>.  For our customers, this is an essential feature.  With DoneDone, you can take any list of issues and edit the fixer, tester, priority level, due date, or status at once.  You can also migrate a group of issues from one project to another.  We&#8217;ve found this last feature to be particularly popular.  Lots of times you&#8217;ll start logging issues within a new project and later realize that you&#8217;d prefer to break them out separately due to billing or organizational reasons.  Rather than painstakingly go through items one-by-one, bulk edits let you do this with one button click.</p>
<h3>Send us your feedback</h3>
<p>That&#8217;s it! Just a few ways we think DoneDone picks up where Sifter leaves off.  We think these are critical differences in our philosophies that might help you make a decision on which bug or issue tracker to use. If you&#8217;re ready to give DoneDone a try,<a href="http://www.getdonedone.com/plans-pricing/"> signup free for 30 days</a>!</p>
<p>We love hearing from our customers too. <a href="mailto:support@mydonedone.com">Email us</a> or send us a message on <a href="http://www.twitter.com/getdonedone">Twitter (@getdonedone)</a>.</p>
<p>&nbsp;</p>
<p>The post <a href="http://www.getdonedone.com/sifter-v-donedone/">DoneDone picks up where Sifter left off</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.getdonedone.com/sifter-v-donedone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualize your issues with reports</title>
		<link>http://www.getdonedone.com/visualize-your-issues-with-reports/</link>
		<comments>http://www.getdonedone.com/visualize-your-issues-with-reports/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 15:00:10 +0000</pubDate>
		<dc:creator>Jeremy Kratz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.getdonedone.com/?p=1910</guid>
		<description><![CDATA[<p>Good reporting is integral to any successful project, and it&#8217;s a feature DoneDone users have been requesting for years. We first launched interactive reports last year with the...</p><p>The post <a href="http://www.getdonedone.com/visualize-your-issues-with-reports/">Visualize your issues with reports</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Good reporting is integral to any successful project, and it&#8217;s a feature DoneDone users have been requesting for years.</p>
<p>We first launched interactive reports last year with the <a title="Try the new DoneDone. Live forever!" href="http://www.getdonedone.com/2012/11/12/try-the-new-donedone-live-forever/">New DoneDone</a>, and since then we&#8217;ve worked with many of our users to continually refine the user interface to make it simpler, faster, and just plain better.</p>
<p><span id="more-1910"></span></p>
<h3>Start with a filter</h3>
<p>The Reports dashboard works just like the Issue List and <a title="Back from vacation? Use DoneDone to catch up on what you missed!" href="http://www.getdonedone.com/2013/01/07/back-from-vacation-use-donedone-to-catch-up-on-what-you-missed/">Activity</a> views &#8211; you begin by selecting which types of issues you want to examine, such as issues waiting on you, issues with a specific tag, or overdue issues. You&#8217;ll get a chart that breaks down all the issues matching your criteria.</p>
<div id="attachment_1911" class="wp-caption aligncenter" style="width: 810px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/02/reports-home.png"><img class="size-full wp-image-1911" alt="All my issues, broken down by project" src="http://www.getdonedone.com/wp-content/uploads/2013/02/reports-home.png" width="800" height="693" /></a><p class="wp-caption-text">All my issues, grouped by project</p></div>
<h3>Choose a category, then start drilling</h3>
<p>Use the chart category dropdown to quickly redraw the chart so that issues are grouped by project, status, priority, fixer, or tester. Click on any chart segment to drill into a specific sub-category.</p>
<div id="attachment_1915" class="wp-caption aligncenter" style="width: 810px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/02/reports-drilldown.png"><img class="size-full wp-image-1915" alt="Drilling into all my open issues within a single project, grouped by priority" src="http://www.getdonedone.com/wp-content/uploads/2013/02/reports-drilldown.png" width="800" height="693" /></a><p class="wp-caption-text">Drilling into all my open issues within a single project, grouped by priority</p></div>
<h3>A simple way to perform complex analysis</h3>
<p>The chart drilldown system is a powerful way to chain together complex queries. It&#8217;s easy to quickly visualize how your issues are distributed from many different angles. Plus, the navigation trail makes it easy to move up or down your query with a single click.</p>
<div id="attachment_1917" class="wp-caption aligncenter" style="width: 810px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/02/reports-chain.png"><img class="size-full wp-image-1917" alt="Move up and down your report groupings one click at a time" src="http://www.getdonedone.com/wp-content/uploads/2013/02/reports-chain.png" width="800" height="180" /></a><p class="wp-caption-text">Move up and down your report groupings one click at a time</p></div>
<h3>See the underlying data as you work</h3>
<p>Visualizations are great, but there&#8217;s always a point where you need to see a list of the issues that make up your current chart view. Lucky for you, there&#8217;s a quick toggle icon that allows you to instantly switch between a chart and its underlying list of issues.</p>
<div id="attachment_1918" class="wp-caption aligncenter" style="width: 810px"><a href="http://www.getdonedone.com/wp-content/uploads/2013/02/reports-issue-list.png"><img class="size-full wp-image-1918" alt="Instantly toggle between a chart and its underlying issues" src="http://www.getdonedone.com/wp-content/uploads/2013/02/reports-issue-list.png" width="800" height="694" /></a><p class="wp-caption-text">Instantly toggle between a chart and its underlying issues</p></div>
<h3>Let&#8217;s make reporting even better</h3>
<p>We already have some ideas on how to improve DoneDone&#8217;s reporting features in the future, but we&#8217;d love to know your thoughts. Tell us what you&#8217;d like to see in your reports via <a href="mailto:support@mydonedone.com">email</a> or <a href="http://www.twitter.com/getdonedone">Twitter (@getdonedone)</a>.</p>
<p>The post <a href="http://www.getdonedone.com/visualize-your-issues-with-reports/">Visualize your issues with reports</a> appeared first on <a href="http://www.getdonedone.com">DoneDone</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.getdonedone.com/visualize-your-issues-with-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
