HowTo Mylyn » History » Version 1
Jean-Philippe Lang, 2008-05-03 19:37
initial version
| 1 | 1 | Jean-Philippe Lang | h1. HowTo connect a Mylyn repository to Redmine |
|---|---|---|---|
| 2 | |||
| 3 | "Mylyn":http://www.eclipse.org/mylyn is an Eclipse plugin for task management. |
||
| 4 | This HowTo explains how to connect to Redmine using the generic web repository connector. |
||
| 5 | |||
| 6 | Note that the generic web repository connector is not part of the default Mylyn install. |
||
| 7 | So, you have to install it first from the _extras_ update site (see http://www.eclipse.org/mylyn/downloads). |
||
| 8 | |||
| 9 | h2. Create a Task Repository |
||
| 10 | |||
| 11 | # Right-click on the task repositories list and click *Add task repository* |
||
| 12 | # Choose _Generic web based access (Advanced)_ and click *Next* |
||
| 13 | # Configure the repository: |
||
| 14 | |||
| 15 | !mylyn-repository-properties.png! |
||
| 16 | |||
| 17 | Notes: |
||
| 18 | * Server: replace the URL with the URL of your Redmine instance |
||
| 19 | * New task URL: replace _foo_ with the identifier of the project used for new tasks |
||
| 20 | |||
| 21 | h2. Create a Query |
||
| 22 | |||
| 23 | * On the task list, right-click and choose *New* -> *Query...* |
||
| 24 | * And select your newly created repository |
||
| 25 | |||
| 26 | !mylyn-task-list.png! |