My favorites | Sign in
Project Home Downloads Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
UsingMylyn  
Getting started with Mylyn
Updated Feb 4, 2010 by virtix

Using Mylyn to work with tickets

First Draft Please clarify when you try it, I didn't take great notes :-)

Introduction

After getting Mylyn setup you will need to have added the "Generic web-based access (Advanced)" location was under UI Experimental

update site url

http://download.eclipse.org/tools/mylyn/update/extras/

task repository settings

label: mxunit

server: http://code.google.com/p/mxunit/issues

task url: ${serverUrl}/detail?id=

new task url: ${serverUrl}/entry

query request url (all tickets): ${serverUrl}/list

query pattern: <td.+?class="vt col_1".+?<a.+?>({Type}.+?)

Unknown end tag for </a>

.?

Unknown end tag for </td>

.
?<td.+?class="vt col_2".+?<a.+?>({Status}.+?)

Unknown end tag for </a>

.?

Unknown end tag for </td>

.
?<td.+?class="vt col_5".+?<a.+?>({Owner}.+?)

Unknown end tag for </a>

.?

Unknown end tag for </td>

.
?<td.+?class="vt col_6".+?<a.+?href="detail\?id=({Id}[0-9]+).?">({Description}.+?)

Unknown end tag for </a>

.+?

Unknown end tag for </td>

Suggested Ticket Queries

Download MXUnit Mylyn queries

Includes All Mine (assigned), All Mine (cc-ed), each developers, and No Owner.

Import the zip to your Mylyn Task List view. You will need to edit the username value for All Mine to your username and delete your username folder

Relates to ticket 113

For Your Tickets

All Mine (assigned) Query URL (replace username with yours):

${serverUrl}/list?q=owner%3Ausername&can=1

All Mine (cc-ed) Query URL (replace username with yours):

${serverUrl}/list?q=cc%3Ausername&can=1

Other Contributor Tickets

virtix Query URL:

${serverUrl}/list?can=1&q=owner%3Avirtix

marc.esher Query URL:

${serverUrl}/list?can=1&q=owner%3Amarc.esher

AnodynePres Query URL:

${serverUrl}/list?can=1&q=owner%3AAnodynePres

v.rajkumar Query URL:

${serverUrl}/list?can=1&q=owner%3Av.rajkumar

axsaheli Query URL:

${serverUrl}/list?can=1&q=owner%3Aaxsaheli

henkemike Query URL:

${serverUrl}/list?can=1&q=owner%3Ahenkemike

Screenshots

task repository settings

download

Eclipse with Myln Task list and MXunit queries

download

referenced blog posting

http://www.jroller.com/alexRuiz/entry/using_mylyn_with_google_code

Powered by Google Project Hosting