Integrating Eclipse Mylyn with Lighthouse
-
In Eclipse install the "Mylyn Connector: Web Templates" form the Mylyn incubation update site ( http://download.eclipse.org/tools/mylyn/update/incubator )
-
Add a new Task Repository using the following settings:
Task URL: ${serverUrl}/tickets/
New Task URL: ${serverUrl}/tickets/new
Query Request URL: ${serverUrl}/tickets.xml?q=${query}
Query Pattern (one line!): .?<assigned-user-id
type="integer">({Owner}.+?)</assigned-user-id>.?({Id}.+?).?({Status}.+?).?({Description}.+?)
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by andrzej.sliwa on 05 Dec, 2008 05:15 PM
Hi Guys, please put new link to image ... this wont open from thumbnail.
2 Posted by Will Duncan on 05 Dec, 2008 05:44 PM
I'll email him and see if we can't get a copy of the file and host it ourselves.
3 Posted by Dave Sawyer on 04 May, 2009 05:00 AM
Hi all,
I successfully got this working using Mylyn in eclipse 3.4.1 on Mac OS 10.5.6.
Important Note: The Query Pattern shown in the original post above does not work (and differs from the one shown in the screenshot). I modified the one shown in the image slightly... The following Query Pattern works for me:
<ticket>.*?<assigned-user-id type="integer">({Owner}.+?)</assigned-user-id>.*?<number type="integer">({Id}.+?)</number>.*?<state>({Status}.+?)</state>.*?<title>({Description}.+?)</title>-Dave
Nicole closed this discussion on 26 May, 2010 07:32 PM.