Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] Update Task on ChangeSet Commit

James,

Support for this type of workflow in the Mylyn Tasks Framework is certainly lacking. We have a number of bug reports that have been tagged with [workflow] that are aimed at addressing this type of issue. Your particular use case is being tracked on [1] and is scheduled for 3.0.

[1] 198019: [workflow] option to always attach context
https://bugs.eclipse.org/bugs/show_bug.cgi?id=198019

-Rob


James Gajnak wrote:
Hello,
I'm building a Mylyn connector for my company's project and issue tracking system, and it's been pretty smooth so far. Unfortunately, I've hit a hiccup, and I'm not sure where to go next. Our company's change process states that we need to update our system whenever code is committed to our source repository. Translated into Mylyn-speak, I believe I need to update the task and upload an updated context attachment on every ChangeSet commit. I've been trying to find a way to do this, but I haven't had much luck -- my investigation has led me into thinking I should extend the CVS support CommitAction module, and introduce an event handler that I can subscribe to in my Mylyn core integration plugin. That seems pretty messy, though, and specific only to one source system...but I haven't found anything in the more generic Synchronization framework which accomplishes this. Is there a better way I should be approaching this within Mylyn, or am I going down a rat hole with no good answers? Thanks in advance for any advice or suggestions you may have! --Jim
------------------------------------------------------------------------

_______________________________________________
mylyn-integrators mailing list
mylyn-integrators@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-integrators


--
Mylyn Committer, http://eclipse.org/mylyn



Back to the top