BTW, I just submitted a patch to Mylar that is using Subclipse's
properties (if available) to link change sets and history elements to
Mylar's repositories. It also adds Mylar's "Open Corresponding Task"
action to Subclipse's change sets in Synchonize view as well as to
Subclipse's history page.
See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=165581
Mark Phippard wrote:
Agreed, I made that part of the 3rd plugin that integrates JIRA with
Subclipse.
It's a project properties page where you set your JIRA server and
pick a project
and component to associate with. This results in the appropriate
bugtraq:*
svn properties being set on the project. (including the above
mentioned bugtraq:type)
If you'd like to continue on with this, the thing to do would probably
be to check that the Mylar extension points have what is needed and
then submit the appropriate patch to Subclipse to leverage it. At a
minimum, the commit dialog and history view should be affected.
Mark