<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tips and tricks for JIRA administrators</title>
	<atom:link href="http://jira.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jira.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 10:26:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jira.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tips and tricks for JIRA administrators</title>
		<link>http://jira.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jira.wordpress.com/osd.xml" title="Tips and tricks for JIRA administrators" />
	<atom:link rel='hub' href='http://jira.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Adding more Security to JIRA</title>
		<link>http://jira.wordpress.com/2011/02/01/adding-more-security-to-jira/</link>
		<comments>http://jira.wordpress.com/2011/02/01/adding-more-security-to-jira/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 10:27:55 +0000</pubDate>
		<dc:creator>zc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jira.wordpress.com/?p=134</guid>
		<description><![CDATA[Introduction I made a post a few years ago about monitoring JIRA for suspicious user activity. In this post I want to give some ideas for how to increase security of your JIRA. Addition Security Measure Ideas 1) Force the user to input a &#8216;strong password&#8217; There is a post on JIRA support that contains [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=134&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Introduction</h2>
<p>I made a post a few years ago about <a href="http://jira.wordpress.com/2008/11/14/monitoring-jira-for-suspicious-user-activity/">monitoring JIRA for suspicious user activity</a>.</p>
<p>In this post I want to give some ideas for how to increase security of your JIRA.</p>
<h2>Addition Security Measure Ideas</h2>
<p><strong>1) Force the user to input a &#8216;strong password&#8217;</strong></p>
<p>There is a <a href="http://jira.atlassian.com/browse/JRA-2740">post on JIRA support</a> that contains an user-uploaded changepassword.jsp that has been amended to do a javascript check of the users desired password.  The javascript ensures that the user has input more than 8 characters, used a combination of lower/upper case and has added a number etc.  This prevents people from using stupid passwords like &#8220;cat1&#8243;.</p>
<p><strong>2) Suggest users to make their password memorable</strong></p>
<p>If the password can be easily remembered, the user will be able to access from an alien PC (hotel, business trip etc) without bothering you to reset it for them.  Also, it reduces the chance of them writing it down on a postit note and sticking it on their monitor or in their top desk drawer.</p>
<p>To do this, on the changepassword.jsp I added some HTML to suggest to the user that they make the password memorable for the reasons above.  I also suggested they use [location] + [year] as their password.  e.g.  london1969.</p>
<p><strong>3) Do not send out username and password in the same email</strong></p>
<p>By default, JIRA will send out an email like this to the new user upon creation:</p>
<blockquote><p>A JIRA account has been created for you at:</p>
<p><a href="https://mycompany.com/jira">https://mycompany.com/jira</a></p>
<p>Here are the details of your account:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Username: bobsmith<br />
Email: <a href="mailto:bobsmith@tenp.com">bobsmith@mycompany.com</a><br />
Full Name: Bobby Dong Smith<br />
Password: coolpassword</p></blockquote>
<p>There is some chance of this email being intercepted on the way, so it may be better not to show the password in this email.  Instead, you can send it to them in a separate email.</p>
<p>To do this, you need to change the password line in userdetails.vm as follows:</p>
<blockquote><p>$stringUtils.leftPad($i18n.getText(&#8220;template.user.details.password&#8221;), $padSize): $i18n.getText(&#8220;PASSWORD WILL BE PROVIDED SEPARATELY&#8221;)</p></blockquote>
<p>This will replace &#8220;coolpassword&#8221; in the above example with &#8220;PASSWORD WILL BE PROVIDED SEPARATELY&#8221;</p>
<p>The userdetails.vm file can be found in this path:</p>
<blockquote><p><tt>WEB-INF/classes/templates/email/text/includes/userdetails.vm</tt></p></blockquote>
<p>There is some discussion about this on <a href="http://jira.atlassian.com/browse/JRA-6175">JIRA support</a>.</p>
<p><strong>4) Prevent automated hacking by banning an IP if it repeatedly fails to login</strong></p>
<p>You do this with fail2ban, as <a href="http://confluence.atlassian.com/display/JIRA/Using+Fail2Ban+to+limit+login+attempts">suggested by Atlassian</a>.</p>
<p>This works great, however you have to be careful.  Some offices will share one IP among all their users. If one user forgets his password and tries to guess it, he will ban the whole office from JIRA.  Therefore, be sensible with the fail2ban settings.  I would imagine something like a 2 minute ban when the user fails to login 8 times in a minute would be a reasonable balance of user friendliness and protection from a brute force attempt.</p>
<p><strong>5) Delegate responsibility!</strong></p>
<p>Hopefully the &#8216;project leads&#8217; of your JIRA projects are familiar with the system and can competently manage users/security schemes etc.  I would suggest to make them as responsible as possible for the users in their project (or Space in Confluence), by teaching them how to use the system, the need of security, and even giving them an annual online test!</p>
<p>You can also use the Watch and Follow functions of Confluence to make sure that Line Managers and Space Admins are being informed of what is going on in their space.</p>
<p><strong>6) Confidentiality Agreement</strong></p>
<p>If you have anything tasty on your JIRA/Confluence, you may wish to draw up a confidentiality agreement and get all users to sign it before they can access.  You could do this online using surveymonkey or similar service.  You may wish to do an annual review and get all users to re-sign.</p>
<p>You will have to judge how you want to use the agreement:</p>
<ul>
<li>just to influence users to be careful &#8211;&gt; make a document plain English with reasonable guidelines</li>
<li>to hold them accountable in court should they abuse the system &#8211;&gt; get a lawyer to make a huge document of legalese</li>
</ul>
<h2>Good Luck</h2>
<p>I hope these ideas are useful to you.</p>
<p>If you have any good ideas, I would love to hear them &#8211; please comment!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jira.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jira.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jira.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jira.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jira.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jira.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jira.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jira.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jira.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jira.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jira.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jira.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jira.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jira.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=134&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jira.wordpress.com/2011/02/01/adding-more-security-to-jira/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1709933f7b93838e379e0e0fdc050062?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">zc</media:title>
		</media:content>
	</item>
		<item>
		<title>JIRA with Kanban (Greenhopper)</title>
		<link>http://jira.wordpress.com/2010/11/27/jira-with-kanban-greenhopper/</link>
		<comments>http://jira.wordpress.com/2010/11/27/jira-with-kanban-greenhopper/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 01:19:11 +0000</pubDate>
		<dc:creator>zc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jira.wordpress.com/?p=125</guid>
		<description><![CDATA[Recently my work has becoming more and more project management oriented, so I have been reading a lot of books on the subject. At the moment I am deeply interested in these two concepts: The agile software development methodology Kanban The psychological theory of Flow I want to start bringing these two concepts into my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=125&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently my work has becoming more and more project management oriented, so I have been reading a lot of books on the subject.</p>
<p>At the moment I am deeply interested in these two concepts:</p>
<ul>
<li>The agile software development methodology <a href="http://www.slideshare.net/marcusoftnet/kanbanboards">Kanban</a></li>
<li>The psychological theory of <a href="http://www.meaningandhappiness.com/zone-enjoyment-creativity-elements-flow/26/">Flow</a></li>
</ul>
<p>I want to start bringing these two concepts into my team.</p>
<p><img class="alignnone" title="kanban greenhopper screenshot" src="http://www.atlassian.com/software/greenhopper/images/tour/kanban-board-pull.png" alt="" width="390" height="250" /></p>
<p>As I am using JIRA to manage my teams tasks, I am considering to buy the <a href="http://www.atlassian.com/software/greenhopper/tour/kanban.jsp">Greenhopper plugin</a> which offers Kanban support.</p>
<p><strong>Before I do so, I&#8217;d like to ask the community if anyone has any experience using Greenhopper for Kanban.  Any positive/negative experiences to share?</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jira.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jira.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jira.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jira.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jira.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jira.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jira.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jira.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jira.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jira.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jira.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jira.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jira.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jira.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=125&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jira.wordpress.com/2010/11/27/jira-with-kanban-greenhopper/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1709933f7b93838e379e0e0fdc050062?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">zc</media:title>
		</media:content>

		<media:content url="http://www.atlassian.com/software/greenhopper/images/tour/kanban-board-pull.png" medium="image">
			<media:title type="html">kanban greenhopper screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrating to Contegix JIRA Hosted: The Pros and Cons</title>
		<link>http://jira.wordpress.com/2010/07/11/migrating-to-contegix-jira-hosted-the-pros-and-cons/</link>
		<comments>http://jira.wordpress.com/2010/07/11/migrating-to-contegix-jira-hosted-the-pros-and-cons/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 12:20:25 +0000</pubDate>
		<dc:creator>zc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jira.wordpress.com/?p=119</guid>
		<description><![CDATA[Introduction Around 3 months ago I moved JIRA 3.11 from a self-managed Windows Server to a Linux server managed by Contegix, who are Atlassian&#8217;s server partner based in the US. The reason for the switch was that JIRA&#8217;s server maintenance was taking up too much of my time.  I am not a server admin and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=119&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Introduction</h2>
<p>Around 3 months ago I moved JIRA 3.11 from a self-managed Windows Server to a Linux server managed by <a href="http://www.contegix.com/solutions/managed-applications/atlassian.php">Contegix</a>, who are Atlassian&#8217;s server partner based in the US.</p>
<p>The reason for the switch was that JIRA&#8217;s server maintenance was taking up too much of my time.   I am not a server admin and was doing everything by ear, so it was time consuming and frustrating.   In addition to that, we had some problems on JIRA that seemed to be caused by the server setup, such as email alerts not sending properly and faulty database indexing.</p>
<p>So, it seemed sensible to outsource this job so I made the contract with Contegix.  It was quite time consuming to prepare for the move, with all our plugins especially causing a nightmare, however when the day came it actually migrated fairly well.  We had some problems with 5GB of attachment zips breaking and having to be resent (so attachments were not available at first).  Also some encoding problems came about due to our Japanese version of JIRA, thankfully Atlassian made a patch for us to fix it (Big thanks again).</p>
<p>As part of this blog, I thought it would be interesting for some readers to get an honest appraisal of the pros/cons moving to Contegix.</p>
<h2>The Pros</h2>
<ul>
<li> <strong>Super fast service</strong> &#8211; Contegix always reply within a minute or so and usually have the job done shortly afterwards.</li>
<li><strong>I can leave server admin to the experts.</strong> I do not have to worry about firefighting, if something happens I can just shoot off an email to Contegix and I know they will have it fixed shortly. Security is probably better.</li>
<li><strong>It gives me someone to blame if something goes wrong.</strong> If a problem occurs, I can shout at someone else instead of myself.  If an unfixable problem occurs, I can tell my colleagues (honestly) that it is Atlassian or Contegix&#8217;s fault as my own responsibility is now minimal.</li>
<li><strong>Cost is reasonable</strong> &#8211; in our case the cost was the same as for our non-managed existing server.</li>
<li><strong>JIRA can be upgraded very easily</strong>, I can just ask them to make a test instance and once it is running ask them to shift everything over the new version.</li>
</ul>
<h2>The Cons</h2>
<ul>
<li> <strong>Concurrent issues are difficult to manage. </strong> Contegix has many support staff, which may be good in some situations however for me it was a negative thing because I was had 4-5 different people working on related issues for me at the same time, and it didnt seem to be so well cordinated at the Contegix side.  I often had to reexplain things to people or point them to related issues led by their colleagues.  This was only an issue during the server move phase, once that was completed it has been rare for me to contact Contegix so this concurrent issue problem is unlikely to arise again.</li>
<li><strong>Some issues do not get resolved without follow up.</strong> I found if I put multiple related requests into one email, I would end up with a random result where half of them got done and the other half didn&#8217;t.  This was more likely to happen when some of the issues needed further info to resolve and so the thread of the issue got muddled.</li>
<li><strong>Contegix themselves do not use JIRA to manage issues/support</strong> &#8211; this one surprised me a great deal.  If they used JIRA, none of the problem above would have happened as I could have managed the issues using JIRA&#8217;s subtasks.</li>
<li><strong>Contegix&#8217;s support engineers knowledge of JIRA was less than I expected</strong>.  They can easily handle common requests like running over HTTPS, behind Apache etc.  But some of the trickier ones like changing JIRA logging seemed to be new to them.  I was a little surprised by this, but I guess they have many engineers and experience varies.</li>
</ul>
<p>In conclusion, I have no regrets about moving to Contegix.  Since the move, I have not had to contact them at all as it has been running completely smoothly.  We also made a contract to add another server for another web application (non-Atlassian) that we needed.  However I think they ought to start using JIRA if they are serious about being Atlassians long term server partner: this would make issue management for customers easier, increase their own engineers knowledge of the product, and would show a bit of faith of Atlassians product.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jira.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jira.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jira.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jira.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jira.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jira.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jira.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jira.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jira.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jira.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jira.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jira.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jira.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jira.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=119&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jira.wordpress.com/2010/07/11/migrating-to-contegix-jira-hosted-the-pros-and-cons/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1709933f7b93838e379e0e0fdc050062?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">zc</media:title>
		</media:content>
	</item>
		<item>
		<title>How to monitor outgoing JIRA mail</title>
		<link>http://jira.wordpress.com/2010/01/22/how-to-monitor-outgoing-jira-mail/</link>
		<comments>http://jira.wordpress.com/2010/01/22/how-to-monitor-outgoing-jira-mail/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 06:19:07 +0000</pubDate>
		<dc:creator>zc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jira.wordpress.com/?p=109</guid>
		<description><![CDATA[Problem Background Over the past few years, I have noticed that sometimes I do not receive an email notification from my (locally installed) JIRA.  Other users have reported the problem too, and I would estimate it happens maybe 1 in 50 times. At this moment I am not sure whether the emails are being deleted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=109&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Problem Background</h2>
<p>Over the past few years, I have noticed that sometimes I do not receive an email notification from my (locally installed) JIRA.  Other users have reported the problem too, and I would estimate it happens maybe 1 in 50 times.</p>
<p>At this moment I am not sure whether the emails are being deleted by some spam filter (seems unlikely as most of the time they receive OK), or it is some SMTP/server setting problem, or some problem with JIRA.  I have tried looking in the mail logs, however the information recorded by my server (Win2003/IIS) is quite minimal.  JIRA log also contains no errors or useful info to track down the problem (JIRA offers no function to copy all outgoing mail to an admin address, or log all outgoing mail etc).</p>
<p><strong>So I tried to find a way to fully log all outgoing JIRA mail, so next time it happens I can find the root of the problem.<br />
</strong></p>
<h2>Solution</h2>
<p>I tried several software but the best solution for me was <a href="http://www.digiarch.org/mailmonitor.html">MailMonitor</a>, it is quite reasonable at 50 EURO and it works great.</p>
<p><a href="http://jira.files.wordpress.com/2010/01/mailmonitor2.gif"><img class="alignnone size-full wp-image-114" title="mailmonitor2" src="http://jira.files.wordpress.com/2010/01/mailmonitor2.gif?w=455&#038;h=125" alt="" width="455" height="125" /></a></p>
<p>This software will log all outgoing mails to screen and to file.  So you can easily see an archive of all email contents including subject and body.  It operates at SMTP server level so it records all mail going from your server, not just from JIRA.  (incoming mail can also be logged).</p>
<p>The settings were a bit tricky to understand but with trial and error I managed to get it to record only outgoing mail, including body, to file.</p>
<p>I regularly restart my server, so it was necessary to force the problem to run and start monitoring at start &#8211; this can be done by using a Windows Scheduled Task to run &#8220;mailmonitor.exe -s&#8221;</p>
<h2>Update (Jan 25 2010)</h2>
<p>This mail problem has been reported to me again this morning.  I looked in the Mailmonitor log and sure enough there is no record of the email beign sent.  I am sure there is a problem with JIRA or my setup.  I am going to turn on <a href="http://confluence.atlassian.com/display/JIRA/Logging+email+protocol+details">mail debugging</a> and see if this helps next time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jira.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jira.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jira.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jira.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jira.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jira.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jira.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jira.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jira.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jira.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jira.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jira.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jira.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jira.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=109&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jira.wordpress.com/2010/01/22/how-to-monitor-outgoing-jira-mail/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1709933f7b93838e379e0e0fdc050062?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">zc</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2010/01/mailmonitor2.gif" medium="image">
			<media:title type="html">mailmonitor2</media:title>
		</media:content>
	</item>
		<item>
		<title>Importing JIRA data to Google Apps</title>
		<link>http://jira.wordpress.com/2009/09/11/importing-jira-data-to-google-apps/</link>
		<comments>http://jira.wordpress.com/2009/09/11/importing-jira-data-to-google-apps/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 04:06:24 +0000</pubDate>
		<dc:creator>zc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jira.wordpress.com/?p=90</guid>
		<description><![CDATA[Learn how to use a Google Spreadsheet to display JIRA search filter data in a more elegant, customizable way.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=90&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Executive Summary</h2>
<p>If you are unhappy with the way that data is displayed in the JIRA issue navigator, or when exported to Excel, you might want to try using <a href="http://docs.google.com" target="_blank">Google Apps</a> to display the data.</p>
<p>Then, you can do fancy formatting such as:</p>
<ul>
<li> setting font size</li>
<li>setting font color</li>
<li>conditional formatting</li>
<li> setting column widths, etc.</li>
</ul>
<p>&#8230;to display the data more nicely.  You simply set up a search filter in JIRA, then import the XML feed to a Google Spreadsheet.</p>
<h2>What does it look like?</h2>
<p>You will be able to access your nicely displayed data using a URL such as:</p>
<pre>http://spreadsheets.google.com/pub?key=x1-XXzAqwJXXXXXCRaE6g&amp;single=true&amp;gid=0&amp;output=html</pre>
<p>Your Google spreadsheet  will look something like this:</p>
<p><a href="http://jira.files.wordpress.com/2009/09/crn-html.gif"><img class="size-medium wp-image-91 alignnone" title="crn-html" src="http://jira.files.wordpress.com/2009/09/crn-html.gif?w=392&#038;h=76" alt="crn-html" width="392" height="76" /></a></p>
<h2>How do I do it?</h2>
<p><strong>JIRA side</strong></p>
<p>1) Set up your JIRA search filter for the data you want to display.  You don&#8217;t need to worry about the navigator columns, as all data will exist in the XML feed.</p>
<p>2) Make sure JIRA allows data to be exported as XML (this can be set in JIRA adminstration section).  If you can see an &#8216;XML&#8217; link above your issue navigator, then you are good to go.</p>
<p>3) Copy the XML URL.  Example:</p>
<pre>https://jira.company.com/jira/sr/jira.issueviews:searchrequest-xml/11940/SearchRequest-11940.xml?tempMax=1000</pre>
<p><strong>Google Apps Side</strong></p>
<p>4) Open a Google Apps account and create a new spreadsheet.</p>
<p>5) Use the <a href="http://docs.google.com/support/bin/answer.py?hl=en&amp;answer=75507" target="_blank">importXML</a> command to fetch your JIRA data.  Example:</p>
<p><img class="size-full wp-image-94 alignnone" title="importxml" src="http://jira.files.wordpress.com/2009/09/importxml1.gif?w=455" alt="importxml"   /></p>
<pre>=importXML("<span style="color:#0000ff;">https://jira.company.com/jira/sr/jira.issueviews:searchrequest-xml/11462/SearchRequest-11462.xml</span>?<span style="color:#ff0000;">os_username=rocky&amp;os_password=balboa</span>","<span style="color:#008000;">/rss/channel/item/status</span>")</pre>
<ul>
<li>Change the blue section with your XML feed that you copied in step 3.</li>
<li>Change the red section with your JIRA login details (see limitations and problems section below for an important warning!)</li>
<li>Change the green section with the correct <a href="http://www.w3schools.com/xpath/xpath_syntax.asp" target="_blank">xpath</a> command to fetch the selected data value from your XML.  (You can fetch any data in the XML feed, issuekey, summary, even dates and customfields.)</li>
</ul>
<p>6) It will now fetch the data and display like this:</p>
<p><img class="size-full wp-image-95 alignnone" title="imported-data" src="http://jira.files.wordpress.com/2009/09/imported-data.gif?w=455" alt="imported-data"   /><em></em></p>
<p><em>Note: it is colorful because I applied <a href="http://docs.google.com/support/bin/answer.py?hl=en&amp;answer=78413" target="_blank">conditional formatting</a> to the column already.</em></p>
<p>7) Continue adding all the desired columns and formatting, using xpath to fetch the data.</p>
<p style="padding-left:30px;"><em>Note that customfields are tricky &#8211; to fetch one use this xpath command:</em></p>
<pre style="padding-left:30px;">/rss/channel/item/customfields/customfield[@id='customfield_10994']/customfieldvalues/customfieldvalue</pre>
<p>8.) Once your spreadsheet is complete, click &#8216;Share&#8217; button from top right and then &#8216;publish as web page&#8217;.  You can then get a URL for a static, non-editable HTML version of the spreadsheet:</p>
<p><a href="http://jira.files.wordpress.com/2009/09/publish.gif"><img class="size-medium wp-image-97 alignnone" title="publish" src="http://jira.files.wordpress.com/2009/09/publish.gif?w=300&#038;h=260" alt="publish" width="300" height="260" /></a></p>
<p><em>PDF, Atom, CSV and other file formats are also available in addition to HTML.</em></p>
<p>9) You can now give the URL for the HTML version to your colleague to let them see the data in a nicely formatted, read only, easy to print way.</p>
<h2>Limitations and Problems</h2>
<p>1) <strong>A huge problem was that the source data is shown automatically at the bottom of the HTML page.  This is a problem because the XML feed contains your JIRA login details.</strong></p>
<p><a href="http://jira.files.wordpress.com/2009/09/oh-crap.gif"><img class="alignnone size-medium wp-image-98" title="oh-crap" src="http://jira.files.wordpress.com/2009/09/oh-crap.gif?w=300&#038;h=40" alt="oh-crap" width="300" height="40" /></a></p>
<p>I could not figure how to turn this off in Google Apps, but I thought of two ways around it:</p>
<p style="padding-left:30px;">a) Create a dummy login with limited power so that if someone sees the login and figures out it can be used to login to JIRA, then they can only do limited damage.</p>
<p style="padding-left:30px;">b) Use a kind of proxy URL to hide the login details.  e.g. (intranet.company.com/getJiraXML.php?id=100024) will fetch the XML for search filter 10024.</p>
<p>2) <strong>Google currently only allows 50 importXML statements</strong>.  I&#8217;m not sure how this is calculated (my sheet only had about 20 when I hit the limit), however it meant I was only able to import about 20 columns<strong> </strong>and 300 rows.  There may be ways around this by using another spreadsheet(s) to import the data, then a master one that combines the data from these sheets.</p>
<p>3) <strong>Google automatically converted some of my data to Date format. </strong></p>
<p>e.g. Cell value &#8220;<strong>3/4, 1</strong>&#8221; gets converted to &#8220;<strong>3/4/2001</strong>&#8221; automatically.</p>
<p>In excel you can set the cell format (text, decimal, date format etc) easily, but I couldn&#8217;t see how to do this in Google Apps.  Probably you have to wrap a function round the data to convert to a specific format (or turn off auto-formatting).</p>
<h3>Aside:</h3>
<p><em> Microsoft Excel from version 2003 up can also import data from an XML feed, however I was unable to import the live XML feed due to digital certificate problem that I was unable to resolve.  I also tried import the XML using a local file, but then the data was displayed illogically and I couldn&#8217;t figure out easily how to reformat it.  Google Apps however uses xpath which is much more easy to use.</em></p>
<h2>Farewell</h2>
<p>Hope you found this post useful.  If you can solve any of the problems I encountered above, I would love to hear your comment!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jira.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jira.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jira.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jira.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jira.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jira.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jira.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jira.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jira.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jira.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jira.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jira.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jira.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jira.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=90&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jira.wordpress.com/2009/09/11/importing-jira-data-to-google-apps/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1709933f7b93838e379e0e0fdc050062?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">zc</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2009/09/crn-html.gif" medium="image">
			<media:title type="html">crn-html</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2009/09/importxml1.gif" medium="image">
			<media:title type="html">importxml</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2009/09/imported-data.gif" medium="image">
			<media:title type="html">imported-data</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2009/09/publish.gif?w=300" medium="image">
			<media:title type="html">publish</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2009/09/oh-crap.gif?w=300" medium="image">
			<media:title type="html">oh-crap</media:title>
		</media:content>
	</item>
		<item>
		<title>User Activity Statistics</title>
		<link>http://jira.wordpress.com/2009/01/19/user-activity-statistics/</link>
		<comments>http://jira.wordpress.com/2009/01/19/user-activity-statistics/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 07:19:25 +0000</pubDate>
		<dc:creator>zc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[global collaboration]]></category>
		<category><![CDATA[jira]]></category>

		<guid isPermaLink="false">http://jira.wordpress.com/?p=83</guid>
		<description><![CDATA[The Challenge As a JIRA Administrator, probably from time to time you have to report to your superiors about usage activity.  Is the system being used?  How often?  Who are the heavy users?  Who needs a kick up the backside to use the system? So we need a way to show a list of users, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=83&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>The Challenge</h3>
<p>As a JIRA Administrator, probably from time to time you have to report to your superiors about usage activity.  Is the system being used?  How often?  Who are the heavy users?  Who needs a kick up the backside to use the system?</p>
<p>So we need a way to show a list of users, along with the number of issues they have created and commented.</p>
<p>It is possible to use a built in JIRA portlet to show the number of issues created by each user:</p>
<p><a href="http://jira.files.wordpress.com/2009/01/updated.gif"><img class="aligncenter size-full wp-image-84" title="updated" src="http://jira.files.wordpress.com/2009/01/updated.gif?w=455&#038;h=704" alt="updated" width="455" height="704" /></a><em>To do this, simply create a search filter showing issues created in the last 30 days, then add a new portlet to your dashboard of type &#8216;filter statistics&#8217; and tell it to show this search filter along with the Reporter of each issue.</em></p>
<p>However this is not so useful because, such as in a helpdesk scenario, some users never create issues but always answer them.  So we also need some way to show the number of comments created by each user.  Unfortunately however  JIRA doesn&#8217;t offer anything out of the box.</p>
<h3>The Solution</h3>
<p>I asked <a href="https://support.atlassian.com/" target="_blank">Atlassian Support</a> about this, and as usual they got back to me pretty quickly (within 90 minutes) with a suggestion to query the database directly.  Using the sample code they supplied, I was able to show a list of all usernames along with the number of times they had created a comment:</p>
<p><a href="http://jira.files.wordpress.com/2009/01/authors.gif"><img class="aligncenter size-full wp-image-85" title="authors" src="http://jira.files.wordpress.com/2009/01/authors.gif?w=455&#038;h=407" alt="authors" width="455" height="407" /></a></p>
<p><strong>MySQL Code required</strong></p>
<p>To show all users and number of comments:</p>
<pre>SELECT author, count(author) as comments FROM jiraaction j group by author ORDER BY author ASC;</pre>
<p>To show all users and number of comments this month:</p>
<pre>SELECT author, count(author) as comments FROM jiraaction j WHERE UPDATED &gt; "<span style="color:#ff0000;"><strong>2009-01-01</strong></span> 00:00:00" group by author ORDER BY author ASC;</pre>
<p>Obviously you can adjust the ORDER BY to sort it by highest number of comments rather than author name etc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jira.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jira.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jira.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jira.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jira.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jira.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jira.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jira.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jira.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jira.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jira.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jira.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jira.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jira.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=83&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jira.wordpress.com/2009/01/19/user-activity-statistics/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1709933f7b93838e379e0e0fdc050062?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">zc</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2009/01/updated.gif" medium="image">
			<media:title type="html">updated</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2009/01/authors.gif" medium="image">
			<media:title type="html">authors</media:title>
		</media:content>
	</item>
		<item>
		<title>Using JIRA as a Document Library</title>
		<link>http://jira.wordpress.com/2009/01/16/using-jira-as-a-document-library/</link>
		<comments>http://jira.wordpress.com/2009/01/16/using-jira-as-a-document-library/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 04:10:07 +0000</pubDate>
		<dc:creator>zc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jira atlassian documentation]]></category>

		<guid isPermaLink="false">http://jira.wordpress.com/?p=3</guid>
		<description><![CDATA[Background One of the most effective ways I am using JIRA is&#8230;as a document library! Most readers will now be thinking &#8211; &#8220;eh? why don&#8217;t you use Confluence to manage your documents?&#8221;.  Well the answer is that my companies employees are not IT-friendly, and are therefore definitely not ready for a wiki.  And when making [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=3&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Background</h2>
<p>One of the most effective ways I am using JIRA is&#8230;as a document library!</p>
<p>Most readers will now be thinking &#8211; <em>&#8220;eh? why don&#8217;t you use <a href="http://www.atlassian.com/software/confluence/" target="_blank">Confluence</a> to manage your documents?&#8221;</em>.  Well the answer is that my companies employees are not IT-friendly, and are therefore definitely not ready for a wiki.  And when making a new intranet site, I didn&#8217;t want to confuse people by having two systems.  So I decided to pick the most convenient system for our needs, which was JIRA, and try to somehow hack it to also act as a document library.  It was tough but I managed it.</p>
<p>This Document Library is easily the most popular feature on our JIRA, and it is definitely the &#8216;killer app&#8217; that got everyone using the system.  All our employees <strong>need </strong>access to these documents, so by moving them all to JIRA we could force them all to use it and thus encourage them to use the various collaboration projects we have.</p>
<h2>How it works</h2>
<p>Here is a screenshot of our &#8216;Document Library&#8217; dashboard page:</p>
<p><a href="http://jira.files.wordpress.com/2009/01/document-dashboard.gif"><img class="aligncenter size-full wp-image-74" title="document-dashboard" src="http://jira.files.wordpress.com/2009/01/document-dashboard.gif?w=455&#038;h=207" alt="document-dashboard" width="455" height="207" /></a></p>
<p>Here is a close up of one of the tables on the dashboard above:</p>
<p><a href="http://jira.files.wordpress.com/2009/01/close-up.gif"><img class="aligncenter size-full wp-image-75" title="close-up" src="http://jira.files.wordpress.com/2009/01/close-up.gif?w=455&#038;h=102" alt="close-up" width="455" height="102" /></a></p>
<p>As you can  see each table contains a many hyperlinks, a bit like <a href="http://tokyo.craigslist.jp/" target="_blank">Craigslist</a>.   You can do this with the &#8216;Text Portlet&#8217; (it must be turned on in Administration-&gt;Plugins) from JIRA 3.12+, pre 3.12 you can use the <a href="http://confluence.atlassian.com/display/JIRAEXT/Improved+HTML+Plugin" target="_blank">Improved HTML plugin</a>.  Then you can use HTML to create the tables and hyperlinks. (By the way this feature is amazing and I use it for many other things, especially for showing iframes of custom-made PHP pages to support the intranet.  It may have security issues if you allow users to use it.).</p>
<p>When you click on one of the hyperlinks, for example &#8220;Manuals / English / A-G&#8221;, the following issue navigator page is shown:</p>
<p><a href="http://jira.files.wordpress.com/2009/01/doc-ag.gif"><img class="aligncenter size-full wp-image-77" title="doc-ag" src="http://jira.files.wordpress.com/2009/01/doc-ag.gif?w=455&#038;h=271" alt="doc-ag" width="455" height="271" /></a>The cool thing here is there is a &#8216;Hyperlink&#8217; to each document displayed right here, so you dont have to open each issue to download the attachment.  You can achieve this in one of two ways:</p>
<ol>
<li>Set up a customfield of &#8216;URL&#8217; type, and just insert a direct hyperlink to the file (hosted on your JIRA or on an external website).</li>
<li>Set up a customfield of &#8216;single line text&#8217; type, and in the Field Configuration options set the Renderer to WIKI.  You can then use WIKI code to put a hyperlink to a file attached to the JIRA issue.  The WIKI code is like this:<strong> [^filename.pdf].</strong> Genius or what?  An added bonus is that you can keep updating the file (filename.pdf) and so long as you do not change the filename you never have to update the WIKI customfield, because it will automatically link to the latest version of filename.pdf.</li>
</ol>
<p>As you can see we also use Status field to indicate if the document is active or not.  We also keep an archive of old versions of the document inside the issue.  And of course the document can be discussed inside the issue, or linked to from other JIRA projects.</p>
<p>Notice also that we show &#8216;new/updated documents&#8217; filter on the dashboard.  This is nice to show people that we are actively updating things, and for them to stumble upon documents they may be interested in.  Of course they could make search filters for updated documents in their language, and subscribe to the filter in order to get email notifications, however they are not IT-savvy enough to do it.  But the feature is there waiting for them once they get more used to JIRA.</p>
<h2>Conclusion</h2>
<p>So that is basically it.  Sorry it is not a step by step guide, but I think this should be enough to guide you to do a similar thing.  Of course, it takes  a long time to setup all the search filters that will be linked to by your HTML tables, but once done it is done forever.  Maybe someone knows a good way to quickly setup 100&#8242;s of similar filters, but I used a temp staff to do it.   If you setup the columns you want, then you can use &#8216;save as&#8217; to carry those columns across to the next search filter.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jira.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jira.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jira.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jira.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jira.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jira.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jira.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jira.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jira.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jira.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jira.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jira.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jira.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jira.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=3&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jira.wordpress.com/2009/01/16/using-jira-as-a-document-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1709933f7b93838e379e0e0fdc050062?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">zc</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2009/01/document-dashboard.gif" medium="image">
			<media:title type="html">document-dashboard</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2009/01/close-up.gif" medium="image">
			<media:title type="html">close-up</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2009/01/doc-ag.gif" medium="image">
			<media:title type="html">doc-ag</media:title>
		</media:content>
	</item>
		<item>
		<title>Giving Contextual Help</title>
		<link>http://jira.wordpress.com/2008/12/12/giving-contextual-help/</link>
		<comments>http://jira.wordpress.com/2008/12/12/giving-contextual-help/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 00:25:46 +0000</pubDate>
		<dc:creator>zc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jira.wordpress.com/?p=68</guid>
		<description><![CDATA[As we all know, only 0.3% of users read manuals or remember what they are told.  Therefore, you need to give contextual help in order to avoid constant support phone call hassles or people simply refusing to use the system because it is &#8220;too complicated&#8221; or &#8220;not intuitive&#8221;. For example, if you may have some [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=68&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As we all know, only 0.3% of users read manuals or remember what they are told.  Therefore, you need to give contextual help in order to avoid constant support phone call hassles or people simply refusing to use the system because it is &#8220;too complicated&#8221; or &#8220;not intuitive&#8221;.</p>
<p>For example, if you may have some tricky requirement such as &#8216;Security Level must be set to something other than &#8220;None&#8221; in order for the workflow action &#8220;Submit&#8221; to appear&#8217;.</p>
<p>Luckily there is an excellent plugin that allows you to show arbitrary HTML on Issue Create and Issue View screens: <a href="http://confluence.atlassian.com/display/JIRAEXT/JIRA+Toolkit" target="_blank">JIRA Toolkit</a> (see Message Custom Fields).  When a user is creating an issue you can give them huge warnings in big red letters (with pictures and flashing text) if you want.  And after the issue is created, on the View screen you can show other reminders and help messages.  When all your users are familiar with the system, you can simply remove the custom fields showing the arbitrary HTML.</p>
<p>Here is an example:</p>
<p><a href="http://jira.files.wordpress.com/2008/12/contextual-help.gif"><img class="aligncenter size-full wp-image-69" title="contextual-help" src="http://jira.files.wordpress.com/2008/12/contextual-help.gif?w=455&#038;h=233" alt="contextual-help" width="455" height="233" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jira.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jira.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jira.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jira.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jira.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jira.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jira.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jira.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jira.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jira.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jira.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jira.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jira.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jira.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=68&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jira.wordpress.com/2008/12/12/giving-contextual-help/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1709933f7b93838e379e0e0fdc050062?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">zc</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2008/12/contextual-help.gif" medium="image">
			<media:title type="html">contextual-help</media:title>
		</media:content>
	</item>
		<item>
		<title>Showing custom fields in &#8216;sub-task&#8217; columns</title>
		<link>http://jira.wordpress.com/2008/12/08/showing-custom-fields-in-sub-task-columns/</link>
		<comments>http://jira.wordpress.com/2008/12/08/showing-custom-fields-in-sub-task-columns/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 05:39:00 +0000</pubDate>
		<dc:creator>zc</dc:creator>
				<category><![CDATA[jira]]></category>
		<category><![CDATA[atlassian]]></category>

		<guid isPermaLink="false">http://jira.wordpress.com/?p=57</guid>
		<description><![CDATA[We are using a lot of custom fields on our JIRA and sometimes we need to show the values of subtask customfields on our issue screens. Something like this: Updating the regular issue screen In order to do this, you have to update atlassian-jira/WEB-INF/classes/jira-application.properties in order to get the columns to display. Simply add the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=57&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We are using a lot of custom fields on our JIRA and sometimes we need to show the values of subtask customfields on our issue screens.</p>
<p>Something like this:</p>
<p><a href="http://jira.files.wordpress.com/2008/12/jira-custom-field-cols-on-subtasks.gif"><img class="aligncenter size-full wp-image-58" title="jira-custom-field-cols-on-subtasks" src="http://jira.files.wordpress.com/2008/12/jira-custom-field-cols-on-subtasks.gif?w=455&#038;h=233" alt="jira-custom-field-cols-on-subtasks" width="455" height="233" /></a></p>
<h3>Updating the regular issue screen</h3>
<p>In order to do this, you have to update <strong>atlassian-jira/WEB-INF/classes/jira-application.properties</strong> in order to get the columns to display.<strong><br />
</strong></p>
<p>Simply add the customfield IDs to the list in the jira.table.cols.subtasks line:</p>
<blockquote><p>jira.table.cols.subtasks = <span style="color:#ff0000;">customfield_10270, customfield_10630,</span> summary, &#8230;</p></blockquote>
<p>You will also want to set the context of those custom fields so they only display for certain Projects and Issue Types.  This will prevent the column being shown for unrealted projects/issue types.</p>
<p>The right hand red box in the image above shows some neat &#8216;actions&#8217; that are quick links to the workflow actions of the subtask.  This is not shipped with JIRA, you have to install a plugin to do it.  See <a href="http://confluence.atlassian.com/display/JIRAEXT/Available+Workflow+Actions+Customfield" target="_blank">Available Workflow Actions</a> JIRA plugin.</p>
<h3>Updating the Printable view</h3>
<p>Also, you may wish to update the &#8216;printable view&#8217; too.  To do that, you must update the <strong><tt>atlassian-jira/WEB-INF/classes/templates/plugins/issueviews/single-word.vm</tt></strong> Velocity macro template.  There are some instructions how to do it <a href="http://forums.atlassian.com/message.jspa?messageID=257247681" target="_blank">here</a>, but they apply to issues not subtasks.</p>
<p>Look for this code and do the updates shown in red:</p>
<blockquote><p>## List Sub Tasks<br />
#set ($subTasks = $issue.subTaskObjects)<br />
#if ($subtasksEnabled &amp;&amp; $subTasks.empty == false)<br />
&lt;tr&gt;&lt;td bgcolor=&#8221;#f0f0f0&#8243; width=&#8221;20%&#8221; valign=&#8221;top&#8221;&gt;&lt;b&gt;$i18n.getText(&#8216;issue.field.subtasks&#8217;):&lt;/b&gt;&lt;/td&gt;<br />
&lt;td bgcolor=&#8221;#ffffff&#8221; valign=&#8221;top&#8221;&gt;<br />
&lt;table class=&#8221;grid&#8221; cellpadding=&#8221;0&#8243; cellspacing=&#8221;0&#8243; border=&#8221;0&#8243; width=&#8221;100%&#8221;&gt;<br />
&lt;tr bgcolor=&#8221;#f0f0f0&#8243;&gt;<br />
&lt;td&gt;<br />
&lt;b&gt;$i18n.getText(&#8216;issue.field.key&#8217;)&lt;/b&gt;&lt;br&gt;<br />
&lt;/td&gt;<br />
&lt;td&gt;<br />
&lt;b&gt;$i18n.getText(&#8216;issue.field.summary&#8217;)&lt;/b&gt;&lt;br&gt;<br />
&lt;/td&gt;</p>
<p><span style="color:#ff0000;">#set ($prnew=$customFieldManager.getCustomFieldObject(&#8220;customfield_10630&#8243;))<br />
#if (($prnew.isInScope(null, $subTask.getProject(), [$subTask.getIssueType().getString("id")])) &amp;&amp; ($prnew.getValue($subTask)))<br />
&lt;td&gt;<br />
&lt;b&gt;<strong>Category/Model</strong>&lt;/b&gt;&lt;br&gt;<br />
&lt;/td&gt;<br />
#end</span></p>
<p>&lt;td&gt;<br />
&lt;b&gt;$i18n.getText(&#8216;issue.field.type&#8217;)&lt;/b&gt;&lt;br&gt;<br />
&lt;/td&gt;<br />
&lt;td&gt;<br />
&lt;b&gt;$i18n.getText(&#8216;issue.field.status&#8217;)&lt;/b&gt;&lt;br&gt;<br />
&lt;/td&gt;<br />
&lt;td&gt;<br />
&lt;b&gt;$i18n.getText(&#8216;issue.field.assignee&#8217;)&lt;/b&gt;&lt;br&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
#foreach ($subTask in $subTasks)<br />
&lt;tr&gt;<br />
&lt;td&gt;<br />
&lt;a href=&#8221;${requestContext.baseUrl}/browse/$subTask.key&#8221;&gt;$subTask.key&lt;/a&gt;<br />
&lt;/td&gt;<br />
&lt;td valign=&#8221;top&#8221; width=&#8221;25%&#8221;&gt;<br />
&lt;a href=&#8221;${requestContext.baseUrl}/browse/$subTask.key&#8221;&gt;$stringUtils.abbreviate($subTask.summary, 40)&lt;/a&gt;<br />
&lt;/td&gt;</p>
<p><span style="color:#ff0000;">#set ($prnew=$customFieldManager.getCustomFieldObject(&#8220;<strong>customfield_10630</strong>&#8220;))<br />
#if (($prnew.isInScope(null, $subTask.getProject(), [$subTask.getIssueType().getString("id")])) &amp;&amp; ($prnew.getValue($subTask)))<br />
&lt;td&gt;<br />
$prnew.getValue($subTask)<br />
&lt;/td&gt;<br />
#end</span><br />
&lt;td&gt;<br />
$textutils.htmlEncode($subTask.issueTypeObject.nameTranslation, false)<br />
&lt;/td&gt;<br />
&lt;td&gt;<br />
$textutils.htmlEncode($subTask.statusObject.nameTranslation, false)<br />
&lt;/td&gt;<br />
&lt;td&gt;<br />
#if ($fieldVisibility.isFieldHidden($issue.project.getLong(&#8216;id&#8217;), &#8216;assignee&#8217;, $issue.issueTypeObject.id) == false)<br />
#if ($subTask.assignee) $subTask.assignee.fullName #end &amp;nbsp;<br />
#end<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
#end<br />
&lt;/table&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
#end<br />
## end List Subtasks</p></blockquote>
<p>Please comment if there are any problems or improvements&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jira.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jira.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jira.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jira.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jira.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jira.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jira.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jira.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jira.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jira.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jira.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jira.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jira.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jira.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=57&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jira.wordpress.com/2008/12/08/showing-custom-fields-in-sub-task-columns/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1709933f7b93838e379e0e0fdc050062?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">zc</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2008/12/jira-custom-field-cols-on-subtasks.gif" medium="image">
			<media:title type="html">jira-custom-field-cols-on-subtasks</media:title>
		</media:content>
	</item>
		<item>
		<title>Using JIRA with overseas offices</title>
		<link>http://jira.wordpress.com/2008/12/05/using-jira-with-overseas-offices/</link>
		<comments>http://jira.wordpress.com/2008/12/05/using-jira-with-overseas-offices/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 06:54:02 +0000</pubDate>
		<dc:creator>zc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[atlassian]]></category>
		<category><![CDATA[global collaboration]]></category>
		<category><![CDATA[jira]]></category>

		<guid isPermaLink="false">http://jira.wordpress.com/?p=38</guid>
		<description><![CDATA[When you use JIRA to communicate with colleagues in other offices around the world, it is nice to have some kind of central focus page that people can visit to get latest announcements and connect with other offices. I have made a kind of community dashboard page called &#8220;INFO&#8221; and published it to all users.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=38&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When you use JIRA to communicate with colleagues in other offices around the world, it is nice to have some kind of central focus page that people can visit to get latest announcements and connect with other offices.</p>
<p>I have made a kind of community dashboard page called &#8220;INFO&#8221; and published it to all users.  This page contains:</p>
<ul>
<li>Customized World Time</li>
<li>Shared Interactive &#8216;global calendar&#8217;</li>
<li>Announcements</li>
<li>Key JIRA usage statistics</li>
</ul>
<h2>Customized World Time</h2>
<p><img class="size-full wp-image-39 alignleft" title="jira-timezones" src="http://jira.files.wordpress.com/2008/12/jira-timezones.gif?w=455" alt="jira-timezones"   /></p>
<p>This little homemade &#8216;widget&#8217; shows Current time at each of our office locations, and highlights the text to green if office is now open, red if it is closed.</p>
<p>I built this using some very simple PHP and it is hosted in a &#8216;secret place&#8217; on the web server (it doesnt have any authentication or anything, but the webpage is blocked to search engines and has a weird URL).  I then used the <a href="http://confluence.atlassian.com/display/JIRAEXT/Improved+HTML+Plugin" target="_blank">Improved HTML plugin</a> for JIRA, and inserted a little <a href="http://en.wikipedia.org/wiki/IFrame" target="_blank">iframe</a> to load the secret webpage.</p>
<p>See my related post about overcoming the <a href="http://jira.wordpress.com/2008/12/02/overcoming-the-big-jira-timezone-problem/" target="_self">JIRA timezone problem</a>.</p>
<h2><span id="more-38"></span>Shared Interactive &#8216;Global Calendar&#8217;</h2>
<p><a href="http://jira.files.wordpress.com/2008/12/jira-calendar.gif"><img class="size-medium wp-image-40 alignleft" title="jira-calendar" src="http://jira.files.wordpress.com/2008/12/jira-calendar.gif?w=300&#038;h=295" alt="jira-calendar" width="300" height="295" /></a>It is also nice to have some kind of lookup feature to see if another office is on a public holiday, or if a particular user is on a business trip, or if there is a big seminar going on that is going to make everyone really busy.</p>
<p>I found that JIRA doesnt offer any function like this, so I decided to make my own using Google API.  the result is custom calendar that anyone can edit within the company.  It doesnt need any instruction because people can gauge from the example data already added what is appropriate to add as an event on the calendar.</p>
<p>There is a yellow box below the calendar to allow users to add new events or delete old ones.</p>
<p>As above, I use the Improved HTML plugin to show an iframe that loads a custom webpage hosted externally to JIRA.  This webpage is created in PHP to load and interact with the Google Calendar.</p>
<h2>Announcements</h2>
<p>I have also got a simple search filter on the page to show &#8216;Announcements&#8217; (this is a custom issue type I set up for most projects) from all projects.  I will post separately about my custom announcement scheme.</p>
<h2>JIRA Usage Statistics</h2>
<p><a href="http://jira.files.wordpress.com/2008/12/jira-stats.gif"><img class="alignnone size-full wp-image-42" title="jira-stats" src="http://jira.files.wordpress.com/2008/12/jira-stats.gif?w=455" alt="jira-stats"   /></a></p>
<p>Finally I thought it would be a good idea to show users an overview of all the activity on JIRA.  I am showing a nice pie chart (using the <a href="http://confluence.atlassian.com/display/JIRAEXT/JIRA+Charting+Plugin" target="_blank">JIRA charting plugin</a>) that shows &#8216;all issues updated in last 30 days&#8217;.  The chart is divided by project.  Users can then see which projects are busiest.  The idea is to surprise users into knowing that the system gets used far far more than they may expect, as most users are only involved in a very small % of total issues on the system.  It also has the purpose to kick up the bum project that are not being led properly by the project leaders (ie. they are still using email all the time to communicate, ignoring company rules!).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jira.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jira.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jira.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jira.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jira.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jira.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jira.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jira.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jira.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jira.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jira.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jira.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jira.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jira.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jira.wordpress.com&amp;blog=5513561&amp;post=38&amp;subd=jira&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jira.wordpress.com/2008/12/05/using-jira-with-overseas-offices/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1709933f7b93838e379e0e0fdc050062?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">zc</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2008/12/jira-timezones.gif" medium="image">
			<media:title type="html">jira-timezones</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2008/12/jira-calendar.gif?w=300" medium="image">
			<media:title type="html">jira-calendar</media:title>
		</media:content>

		<media:content url="http://jira.files.wordpress.com/2008/12/jira-stats.gif" medium="image">
			<media:title type="html">jira-stats</media:title>
		</media:content>
	</item>
	</channel>
</rss>
