|
Re: PATCH: new extension point for issue tracking integration: msg#00049version-control.subversion.subclipse.devel
> An example issue is to picture a scenario where I have plugins for > Bugzilla, JIRA and some other issue tracker all installed. Which one > does Subclipse interact with? All of them. Which one is used is determined by the svn property 'bugtraq:type' This is correlated with an extension of the same type, which is then used in the commit dialog. So the hierarchy of the stuff you're committing determines which bug tracking UI to use - if any. > There has to be some kind of project-level configuration for this. 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) Frank P.S. I agree also that Mylar is probably the correct way to go with this. Just watched the webcast and it looks awesome.
FSauer@xxxxxxxxxxxxxxxxxxxxxx wrote: > > I've modified the subclipse ui because we had a requirement to > integrate with the Jira issue tracker, > so that the commit dialog in subclipse actually queries for and shows > the Jira issues. Now, in order to > not pollute Subclipse with Jira dependencies, I did NOT add all this > code to the subclipse ui plugin, > but instead created a new extension point: > org.tigris.subversion.subclipse.ui.bugtrackingui, which > third party plugins can use to contribute a UI to the commit dialog, > like this: I am in favor of the concept here (using an Extension Point). I think that you should try to get together with the Mylar people though to get an idea of what they are doing. I think an idea was for them to define these extension points, and then we would add the code to use it. An example issue is to picture a scenario where I have plugins for Bugzilla, JIRA and some other issue tracker all installed. Which one does Subclipse interact with? There has to be some kind of project-level configuration for this, as there is for team providers. Mylar is working on defining that stuff. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@xxxxxxxxxxxxxxxxxxxx For additional commands, e-mail: dev-help@xxxxxxxxxxxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: PATCH: new extension point for issue tracking integration: 00049, Mark Phippard |
|---|---|
| Next by Date: | Re: PATCH: new extension point for issue tracking integration: 00049, Mark Phippard |
| Previous by Thread: | Re: PATCH: new extension point for issue tracking integrationi: 00049, Mark Phippard |
| Next by Thread: | Re: PATCH: new extension point for issue tracking integration: 00049, Mark Phippard |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |