<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en-US" xml:base="http://blog.samhaldane.com/wp-atom.php">
	<title type="text">blog.samhaldane.com</title>
	<subtitle type="text">Whisky, beer and maybe some computer stuff</subtitle>

	<updated>2009-08-17T12:36:13Z</updated>

	<link rel="alternate" type="text/html" href="http://blog.samhaldane.com" />
	<id>http://blog.samhaldane.com/feed/atom/</id>
	

	<generator uri="http://wordpress.org/" version="3.4.1">WordPress</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/samhaldane" /><feedburner:info uri="samhaldane" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
		<author>
			<name>sam</name>
					</author>
		<title type="html"><![CDATA[&#8216;Send reminder on&#8217; custom field for Jira]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/samhaldane/~3/rY7j7TirUEc/" />
		<id>http://blog.samhaldane.com/?p=36</id>
		<updated>2009-08-17T12:36:13Z</updated>
		<published>2009-08-17T12:35:31Z</published>
		<category scheme="http://blog.samhaldane.com" term="Development" /><category scheme="http://blog.samhaldane.com" term="custom field" /><category scheme="http://blog.samhaldane.com" term="jira" /><category scheme="http://blog.samhaldane.com" term="reminder" />		<summary type="html"><![CDATA[Something I've wanted at work for a while is a way to get Jira to send me or a colleague a reminder about an issue on a certain date. Sometimes it would be really handy. For example, the other day an internal client came around to visit me and another developer to explain in detail [...]]]></summary>
		<content type="html" xml:base="http://blog.samhaldane.com/jira-reminders/">&lt;p&gt;Something I've wanted at work for a while is a way to get Jira to send me or a colleague a reminder about an issue on a certain date. Sometimes it would be really handy. For example, the other day an internal client came around to visit me and another developer to explain in detail a change that she wanted made. After the explanation she then told us that the change needs to be ready in about 10 months time. Since I had other more pressing issues to attend to at the time, I wanted to put the information I know into Jira as a new issue, set a reminder for 9 months time and forget about it.&lt;/p&gt;
&lt;p&gt;So I did a bit of searching and came across &lt;a href="http://jira.atlassian.com/browse/JRA-2848"&gt;JRA-2848&lt;/a&gt;. It seems that this functionality doesn't exist in Jira yet as such, but I found out a nifty way to implement this using a custom field and a shared filter subscription.&lt;/p&gt;
&lt;h4&gt;1. Create the custom field&lt;/h4&gt;
&lt;p&gt;First of all, you need to create a custom field to store the reminder date. I called mine 'Send reminder on', and made it a Date Picker type. I applied it to all issue types (although you might argue that bugs should not need something like this), the global context, and only the default screen. On the default screen configuration, I put the new field just under 'Due Date' because I thought it made sense there.&lt;/p&gt;
&lt;div id="attachment_41" class="wp-caption aligncenter" style="width: 740px"&gt;&lt;img class="size-full wp-image-41" title="customfieldconfig" src="http://blog.samhaldane.com/wp-content/uploads/2009/08/customfieldconfig.png" alt="Custom field configuration in the admin section" width="730" height="100" /&gt;&lt;p class="wp-caption-text"&gt;Custom field configuration in the admin section&lt;/p&gt;&lt;/div&gt;
&lt;h4&gt;2. Create the shared filter&lt;/h4&gt;
&lt;p&gt;The next step is to create a filter to show issues that have a reminder date set to the current date. Create a new filter (I called mine 'Reminders'), that shows unresolved issues, where the current user is a participant (reporter, assignee or commenter), and the reminder date (value of the custom field you set up in step 1) is set to some time within the last day (using the relative date picker). If you don't use the 'participants' custom field in &lt;a href="http://confluence.atlassian.com/display/JIRAEXT/JIRA+Toolkit"&gt;JIRA Toolkit&lt;/a&gt;, you could make the filter show issues assigned to the current user.&lt;/p&gt;
&lt;div id="attachment_44" class="wp-caption aligncenter" style="width: 319px"&gt;&lt;img src="http://blog.samhaldane.com/wp-content/uploads/2009/08/filter1.png" alt="Only show unresolved issues" title="filter1" width="309" height="112" class="size-full wp-image-44" /&gt;&lt;p class="wp-caption-text"&gt;Only show unresolved issues&lt;/p&gt;&lt;/div&gt;
&lt;div id="attachment_45" class="wp-caption aligncenter" style="width: 340px"&gt;&lt;img src="http://blog.samhaldane.com/wp-content/uploads/2009/08/filter2.png" alt="Show issues where the current user is a participant, and the reminder date is today." title="filter2" width="330" height="259" class="size-full wp-image-45" /&gt;&lt;p class="wp-caption-text"&gt;Show issues where the participant is the current user, and the reminder date is today.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;It's also a good idea to share the filter so that other people can use it if they like. We have a group called 'jira-developers', and I shared my filter with that group. Note that I think shared filters are only available in the enterprise version of Jira.&lt;/p&gt;
&lt;div id="attachment_43" class="wp-caption aligncenter" style="width: 682px"&gt;&lt;img src="http://blog.samhaldane.com/wp-content/uploads/2009/08/editcurrentfilter.png" alt="Sharing the filter" title="editcurrentfilter" width="672" height="345" class="size-full wp-image-43" /&gt;&lt;p class="wp-caption-text"&gt;Sharing the filter&lt;/p&gt;&lt;/div&gt;
&lt;h4&gt;Set up a subscription to the filter&lt;/h4&gt;
&lt;p&gt;In order for people to get the reminders, you will need to set up a subscription to the filter. I made the recipients of my subscription the 'jira-developers' group in my organisation, unchecked the 'email zero results' checkbox, and set the schedule to daily, once per day at 7am. This way, if someone is a participant of an issue that has a reminder date set, they will receive a reminder email (because of the subscription) at 7am on the reminder day.&lt;/p&gt;
&lt;div id="attachment_47" class="wp-caption aligncenter" style="width: 676px"&gt;&lt;img src="http://blog.samhaldane.com/wp-content/uploads/2009/08/setupsubscription.png" alt="Creating the subscription" title="setupsubscription" width="666" height="299" class="size-full wp-image-47" /&gt;&lt;p class="wp-caption-text"&gt;Creating the subscription&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;And you're done! Now people should get reminder emails on the date that is set in the custom field.&lt;/p&gt;
&lt;p&gt;I find that it's also a good idea for people to uncheck the 'email me when I make changes' checkbox in their personal preferences. With this checkbox checked, they get a lot of emails from Jira that they immediately delete because they're about a change that they have made themselves. With it unchecked, emails from Jira have a lot more meaning, and they are more likely to take notice of the reminder email.&lt;/p&gt;
&lt;div id="attachment_49" class="wp-caption aligncenter" style="width: 622px"&gt;&lt;img src="http://blog.samhaldane.com/wp-content/uploads/2009/08/userprefs.png" alt="uncheck &amp;#039;email me when I make changes&amp;#039;" title="userprefs" width="612" height="263" class="size-full wp-image-49" /&gt;&lt;p class="wp-caption-text"&gt;uncheck 'email me when I make changes'&lt;/p&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/samhaldane/~4/rY7j7TirUEc" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.samhaldane.com/jira-reminders/#comments" thr:count="8" />
		<link rel="replies" type="application/atom+xml" href="http://blog.samhaldane.com/jira-reminders/feed/atom/" thr:count="8" />
		<thr:total>8</thr:total>
	<feedburner:origLink>http://blog.samhaldane.com/jira-reminders/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>sam</name>
					</author>
		<title type="html"><![CDATA[Whisky night follow up]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/samhaldane/~3/lPWTs6CrOog/" />
		<id>http://blog.samhaldane.com/?p=21</id>
		<updated>2009-08-16T23:51:05Z</updated>
		<published>2009-08-16T23:51:05Z</published>
		<category scheme="http://blog.samhaldane.com" term="Whisky" /><category scheme="http://blog.samhaldane.com" term="night" />		<summary type="html"><![CDATA[The whisky night went really well. So well, in fact that we almost drank all of the whisky! Five bottles of whisky between eight people is a pretty good effort in my book. A few of us got probably a bit too drinked, but it was a good night. Many thanks to the lovely Britt [...]]]></summary>
		<content type="html" xml:base="http://blog.samhaldane.com/whisky-night-follow-up/">&lt;p&gt;The whisky night went really well. So well, in fact that we almost drank all of the whisky! Five bottles of whisky between eight people is a pretty good effort in my book. A few of us got probably a bit too drinked, but it was a good night. Many thanks to the lovely Britt and Sara for doing the pouring!&lt;/p&gt;
&lt;p&gt;The favourites were definitely the Ardberg and the Tamdhu. A few people really liked the strong, smoky taste of the Ardberg, and those who enjoyed a more mellow whisky picked the Tamdhu as their favourite. The Tamdhu was a bit of a dark horse, as I'd never heard of it before I bought it from Dan Murphy's on Saturday, and it was quite affordable.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;a href="http://www.flickr.com/photos/samhaldane/3827418435/"&gt;&lt;img class="aligncenter" src="http://farm3.static.flickr.com/2461/3827418435_df673d1326_m.jpg" alt="" width="241" height="136" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.flickr.com/photos/samhaldane/3827417705/"&gt;&lt;img class="aligncenter" src="http://farm3.static.flickr.com/2501/3827417705_654cdb5072_m.jpg" alt="" width="240" height="159" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;a title="more photos" href="http://www.flickr.com/photos/samhaldane/sets/72157622058479556/"&gt;More photos on flickr&lt;/a&gt;.&lt;/p&gt;
&lt;p style="text-align: left;"&gt;The sixth, surprise whisky was a &lt;a href="http://www.larkdistillery.com.au/our_products/single_malt_whisky.php"&gt;single cask single malt&lt;/a&gt; from &lt;a href="http://www.larkdistillery.com.au"&gt;the Lark Distillery in Hobart&lt;/a&gt;. I bought it when I was down there for a long weekend recently. It provided a nice contrast to the scotch whiskies that we were tasting, and the quality compared to the scotch whiskies was very good. It has a very distinctive woody flavour to it, along with some vanilla / toffee.&lt;/p&gt;
&lt;div class="wp-caption aligncenter" style="width: 106px"&gt;&lt;a href="http://www.larkdistillery.com.au/our_products/single_malt_whisky.php"&gt;&lt;img title="Lark Single Cask Single Malt Whisky" src="http://www.larkdistillery.com.au/images/sm-500ml_large.png" alt="Lark Single Cask Single Malt Whisky" width="96" height="300" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Lark Single Cask Single Malt Whisky&lt;/p&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/samhaldane/~4/lPWTs6CrOog" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.samhaldane.com/whisky-night-follow-up/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.samhaldane.com/whisky-night-follow-up/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.samhaldane.com/whisky-night-follow-up/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>sam</name>
					</author>
		<title type="html"><![CDATA[Whisky night]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/samhaldane/~3/1A31v97KdgE/" />
		<id>http://blog.samhaldane.com/?p=7</id>
		<updated>2009-08-15T08:25:41Z</updated>
		<published>2009-08-15T08:12:20Z</published>
		<category scheme="http://blog.samhaldane.com" term="Whisky" /><category scheme="http://blog.samhaldane.com" term="night" />		<summary type="html"><![CDATA[Tonight I'm having a few people around to drink some whisky. I did it about a year ago and it was heaps of fun. Basically what happens is that I buy a bunch of single malt whiskies, print out some tasting notes from Michael Jackson's excellent Malt Whisky Companion, and then we all taste the [...]]]></summary>
		<content type="html" xml:base="http://blog.samhaldane.com/whisky-night/">&lt;p&gt;Tonight I'm having a few people around to drink some whisky. I did it about a year ago and it was heaps of fun. Basically what happens is that I buy a bunch of single malt whiskies, print out some tasting notes from Michael Jackson's excellent &lt;a href="http://www.amazon.co.uk/Malt-Whisky-Companion-Michael-Jackson/dp/1405302348"&gt;Malt Whisky Companion&lt;/a&gt;, and then we all taste the whiskies one by one, without knowing what we are tasting. Over the night, everyone votes for which whisky they think is which, and then at the end of the night, the person with the most correct wins!&lt;/p&gt;
&lt;p style="text-align: center;"&gt;
&lt;div id="attachment_8" class="wp-caption aligncenter" style="width: 368px"&gt;&lt;img class="size-full wp-image-8   " title="whiskies" src="http://blog.samhaldane.com/wp-content/uploads/2009/08/whiskies.jpg" alt="The whiskies" width="358" height="238" /&gt;&lt;p class="wp-caption-text"&gt;The whiskies&lt;/p&gt;&lt;/div&gt;
&lt;p style="text-align: left;"&gt;The whiskies that we are lucky enough to be tasting tonight (above) are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ardberg 10 year old (Islay)&lt;/li&gt;
&lt;li&gt;Bowmore legend (Islay)&lt;/li&gt;
&lt;li&gt;The Glenlivet 12 year old (Speyside)&lt;/li&gt;
&lt;li&gt;Strathisla 12 year old (Speyside)&lt;/li&gt;
&lt;li&gt;Tamdhu (Speyside)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I think that the difference between the Islays and the Speysides will be pretty obvious. There will also be a sixth, surprise whisky from a location with a similar climate to Scotland, but is much closer. Can you guess what it is?&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/samhaldane/~4/1A31v97KdgE" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.samhaldane.com/whisky-night/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://blog.samhaldane.com/whisky-night/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://blog.samhaldane.com/whisky-night/</feedburner:origLink></entry>
	</feed>
