How To See Tracker Items Within Eclipse: Difference between revisions
Jump to navigation
Jump to search
imported>Madmetzger |
imported>Madmetzger |
(No difference)
| |
Revision as of 17:31, 3 September 2011
Some might want to see the open tracker items or other helpful queries from within their IDE. With Eclipse and Mylyn you have the possibility to access the project's trackers from within your Eclipse. This page is going to describe how to get this feature into your Eclipse and describes some basics about how to access the trackers with this infrastructure.
Installation and Preparation
To make this feature available in your Eclipse IDE you need to install two new plugins:
- Mylyn (a task based IDE integration)
- Generic Web Templates Connector (A connector for retrieving tasks from any web based task repository that is usable via URLs)
To successfully install this combination you have to add several update sites to be able to fulfill all needed dependencies.
With those three update sites enabled you can now install Mylyn and the connector.
Access Different Trackers
- Add Task Repository
- Add Queries
- Examples: Open Bugs, Open Patches
Working with Tasks
- Activate Task -> Work on bug, complete fixing -> mark tas as completed -> commit has a well prepared commit message prepared and the relevant files are already grouped into a dedicated change set automatically
- TODO: Is this helpful? What about the automatic commit comment feature of Mylyn?