Attaching files to JIRA (Bugzilla etc)

February 2nd, 2007 by Hen

This is a habit of mine recently that I like:

When working on an issue, I attach any code I was working on to the issue (usually a unit test, I do avoid attaching the Poo.java test files that splatter my harddrive). This has the useful value of being available to anyone else working on the issue - and as they so often say - that someone else is usually yourself.

It also proves useful when your hard drive dies and you haven’t backed up for a month.

Incidentally - cool feature for a piece of backup software would be a bold piece of text on the display showing the number of days since the last backup. That way it is always in my face and I’ll think ‘ACK - backupbackupbackup’.

2 Responses to “Attaching files to JIRA (Bugzilla etc)”

  1. Anonymous Says:

    Even better… hook JIRA into CVS/SVN or use the Fisheye plugin for JIRA. Then code your commit msgs with the JIRA issue number and JIRA will show the commits related to the issue on a tab.

  2. Henri Yandell Says:

    I explained the above poorly. This is for code that has not made it into SVN yet. Putting revision numbers in JIRA comments and JIRA keys in commit comments is definitely something I practice.