Comment 6 for bug 324387

Revision history for this message
Graham Binns (gmb) wrote :

I'm not working on this at the moment as we're currently on a UI push at Launchpad towers.

However, I'd be more than happy to mentor someone with providing a patch for this bug. It's reasonably straightforward to do, though there are several steps for it. Off the top of my head, I can think of:

 1. Add a new item, REDMINE, to the BugTrackerType enumeration.
 3. Add a parseRedmineURL method to the BugWatchSetClass to allow extractBugTrackerAndBug() to work out which bug URLs are Redmine URLs.
 4. Update any story that touches on BugTrackerType so that they don't fail when the branch is tested.

Obviously there are tests that need to be added, but that can be discussed when someone starts work rather than right now.