|
This plugin integrates Atlassian JIRA to Hudson. ![]() JIRA also needs to be configured for Hudson to remotely login. Go to the general configuration screen and enable remote API calls. Again, this is only needed if you use the abovementioned optional feature, and if you forget to do so, Hudson will nicely warn you. With that, JIRA keys in changelogs are now hyperlinked to the corresponding JIRA pages (complete with tooltips!) To have Hudson update JIRA issues with back pointers to builds, you also need to configure jobs. I figured you might not always have write access to the JIRA (say you have a Hudson build for one of the Apache commons project that you depend on), so that's why this is optional. ![]() And the following screen shows how JIRA issue is updated. ![]() By taking advantages of Hudson's fingerprint feature, when your other projects that depend on this project picks up a build with a fix, those build numbers can be also recorded to JIRA. This is quite handy when a bug is fixed in one of the libraries, yet the submitter wants a fix in a different project. This happens often in my work, where a bug is reported against JAX-WS but the fix is in JAXB. For curious mind, see this thread for how this works behind the scene. HistoryVersion 1.17 (upcoming)
Version 1.15 (2008/08/22)
Version 1.13 (2008/08/05)
Version 1.12
Version 1.11
Version 1.10
Version 1.9
Version 1.8
Version 1.7
Version 1.6
Version 1.5
Version 1.4
|




Comments (9)
Aug 08, 2007
Peter Schuebl says:
It would be great if the pattern for the JIRA project key would be configurable ...It would be great if the pattern for the JIRA project key would be configurable so that non-standard project ID's could be matched.
I think it's quite common to use numbers in project keys - especially if you have lots of projects.
Aug 08, 2007
Kohsuke Kawaguchi says:
Please use the issue tracker for RFEs and bugs.Please use the issue tracker for RFEs and bugs.
Sep 02, 2007
Kohsuke Kawaguchi says:
Implemented in 1.6.Implemented in 1.6.
Nov 27, 2007
Anonymous says:
Could be nice to have a link to where it can be downloaded.Could be nice to have a link to where it can be downloaded.
Dec 04, 2007
Anonymous says:
You can use the Download link at the top left, and navigate into the plugins dir...You can use the Download link at the top left, and navigate into the plugins directory, and then the jira plugin directory. Alternatively, here is a link to all the releases for the JIRA plugin:
https://hudson.dev.java.net/servlets/ProjectDocumentList?folderID=7057&expandFolder=7057&folderID=0
And as a by the way, it works a charm!
Feb 28, 2008
Felipe Leme says:
Kohsuke, It would be nice if the Hudson Jira and Perforce plugins are inte...Kohsuke,
It would be nice if the Hudson Jira and Perforce plugins are integrated. In the project I'm working one, Jira and Perforce are integrated (using a standard plugin I believe), so a Perforce changelist is associated with a perforce job whose name matches a Jira issue. When I access the Hudson changes page, it shows the job name (for instance, HUDSON-2), but without a link to the Jira issue.
I'm not sure if this is an issue on the Jira Plugin, Perforce Plugin, or both, so I'm posting it here (instead of opening a ticket).
-- Felipe
Feb 29, 2008
Kohsuke Kawaguchi says:
Again, please use the issue tracker for RFEs and bugs. We can reassign tickets t...Again, please use the issue tracker for RFEs and bugs. We can reassign tickets to the right plugin, but RFE left here will likely be simply forgotten.
Sep 15
Rex Morrey says:
Is there a way to change the format of the information passed to Jira? In ...Is there a way to change the format of the information passed to Jira? In particular, is there a way to remove the link to the Hudson build page?
Nov 05
Fred Hoare says:
Does this plugin support and https connection to Jira? I can't get it to d...Does this plugin support and https connection to Jira? I can't get it to display the links to Jira or make updates to the Jira issues.