Subject: Integrating Eclipse Mylyn with Lighthouse

Original Post Simen Brekekn's Avatar

Simen Brekekn

03 Nov, 2008 02:24 PM via web

  1. In Eclipse install the "Mylyn Connector: Web Templates" form the Mylyn incubation update site ( http://download.eclipse.org/tools/mylyn/update/incubator )

  2. Add a new Task Repository using the following settings:

Free Image Hosting at Image Shack

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}.+?)

  1. 2 Posted by andrzej.sliwa on 05 Dec, 2008 05:15 PM

    andrzej.sliwa's Avatar

    Hi Guys, please put new link to image ... this wont open from thumbnail.

  2. Support Staff 3 Posted by Will Duncan on 05 Dec, 2008 05:44 PM

    Will Duncan's Avatar

    I'll email him and see if we can't get a copy of the file and host it ourselves.

  3. 4 Posted by Dave Sawyer on 04 May, 2009 05:00 AM

    Dave Sawyer's Avatar

    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

Comments are currently closed for this discussion. You can start a new one.