Hello,
Mylyn has two main parts:
- task list integration, and
- task-focused environment.
Task list integration is simple to explain — you can see all your bugs or cases from Bug Tracking System like Bugzilla, Trac, Jira, or FogBugz in your Eclipse IDE. Task list is automatically synchronized with your task repository, so you always know about all your tasks.
Task-focused environment is about hiding everything what's not relevant to your current task away. Today's projects are very huge, but when you are working on particular task, you usually need to work with limited set of files. When you activate your current task in Task List, Mylyn will keep track of which files are related to current task, and will hide everything else. Furthermore, it will also remember this set of files, so when you get back to same task, it will automatically open same files. Even better ... you can share this set of files via your task repository (Bugzilla, Trac, ...) so when OTHER people activate this task, they will have same files open. This is very useful when working in teams.
I hope this explains basic idea. Webcast mentioned in other answer is really great at explaining more.