Mylyn

Mylyn is a plug-in for Eclipse that manages your bugs, issues, and tasks, but it can also be used for online project management. How does this work? Mylyn connects to your favorite bug- or issue-tracking system and reads all these issues per project, specified with queries (which we’ll cover in more detail in Adding a Repository to Mylyn). It then generates a list for you to work on. You can even track your time working on that specific issue or bug.

Note

A bug- or issue-tracking system allows you to keep track of all of the faults, issues, missing content, or misbehavior in a piece of software, without having to write them down. With an issue or bug tracker, you have one centralized place where you can manage, prioritize, or assign bugs and issues to different people so they can work on resolving them.

The big benefit of using Mylyn is that it enables you to do all of the above directly from within Eclipse.

By default, Mylyn has connectors for Bugzilla, JIRA, Mantis, Foglyn, and Trac, so if you are using one of those systems, you are in luck. (If not, you can look through the Eclipse Marketplace to see if there is a connector for your favorite bug tracker.)

Note

A good option, especially if you are writing software for the community, is Mantis. It’s free and open source, and you can run it on your own server. It only requires PHP and MySQL to be installed. For installation and more information, see http://www.mantisbt.org/.

Another option is Bugzilla, which is also free and open ...

Get Automating ActionScript Projects with Eclipse and Ant now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.