Questions tagged [mylyn]

Mylyn is the task and application lifecycle management (ALM) framework for Eclipse.

Mylyn is a task-focused interface for Eclipse aimed at reducing information overload and making multi-tasking easy. It does this by making tasks a first class part of Eclipse, and integrating rich and offline editing for repositories such as Bugzilla, Trac, and JIRA. Once your tasks are integrated, Mylyn monitors your work activity to identify information relevant to the task-at-hand, and uses this task context to focus the Eclipse UI on the interesting information, hide the uninteresting, and automatically find what's related. This puts the information you need to get work done at your fingertips and improves productivity by reducing searching, scrolling, and navigation. By making task context explicit Mylyn also facilitates multitasking, planning, reusing past efforts, and sharing expertise.

See the Mylyn web site for full information.

Related Links:

220 questions
11
votes
1 answer

what is Mylyn in eclipse ? Pydev plugin says Mylyn integration

When i install some plugins, I used to see this term Mylyn Integration. what exactly is it ? I tried to add pydev plugin to my eclipse.
11
votes
5 answers

Working with Trello cards in Eclipse

Is it possible to setup Trello as an Eclipse Mylyn task repository? Is there any existing connector or some other way to do it?
urim
  • 591
  • 4
  • 13
11
votes
2 answers

Mylyn Eclipse TODO integration

In Eclipse, I use the Mylyn plugin for viewing my open tickets from a repository. But, also in our code, we have some places where the TODO marker is view. The TODO markers show up on the "Tasks" pane, whereas the Mylyn view shows up in the "Task…
Jeff Storey
  • 56,312
  • 72
  • 233
  • 406
10
votes
2 answers

Can I save/restore my split-window layout in the Eclipse Java editor?

I like to use Eclipse's Java editor feature that allows the me to split the editor window into several panes so I can look at multiple files at once. Often the layout of the splits is context dependent. Ideally I'd like to be able to save the…
Jeff Axelrod
  • 27,676
  • 31
  • 147
  • 246
10
votes
3 answers

Mylyn Task Focus UI

If you use the Mylyn task focus UI, the package explorer shows sourceFolder/package/fileName/classTypeName/methodName for any class in the context of an active task. Is it possible to remove classTypeName and methodName and show only all entities…
Dominik
  • 1,332
  • 1
  • 15
  • 28
9
votes
8 answers

What tools provide burndown charts to Bugzilla or Mylyn?

My team and I need to work on a project whose bugs are filed in Bugzilla, using Mylyn. Do you know of any tool or plug-in that provides scrum-inspired burndown charts to Bugzilla or Mylyn? Hopefully, this tool would be free for commercial usage, but…
Daniel Jomphe
  • 16,991
  • 5
  • 29
  • 30
8
votes
2 answers

eclipse mylyn with redmine

Is it possible to connect mylyn to redmine without rest support in redmine?
michael nesterenko
  • 14,222
  • 25
  • 114
  • 182
8
votes
1 answer

How to choose the location for the local repository for Mylyn tasks?

I am using a local repository for Mylyn. I would like to save the repository as file in the version controlled path for my project. This way I can have backup and versioning for my tasks. How can I set the repository path?
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
7
votes
5 answers

Eclipse MyLyn with BugZilla: Will the BugZilla installation need to be modified/configured?

I'm interested in MyLyn. I'm using Eclipse Ganymede and I have access to a BugZilla installation for the project I'm working on. I wonder if the BugZilla installation will have to be changed/configured in any way or if I'm able to use MyLyn against…
user14070
7
votes
4 answers

Mylyn connectors for GitHub and BitBucket

Does anyone know if there are any stable connectors to integrate mylyn with Bitbucket and Github? For github.com I think I found one, but for bitbucket there is no information on the Eclipse Mylyn project page.
John John Pichler
  • 4,427
  • 8
  • 43
  • 72
7
votes
3 answers

When using Mylyn in Eclipse, why do task context elements not show up in the navigator view?

I've been using Eclipse for many years. I'm trying to switch into using Mylyn. I've configured a task and it's automatically added a number of files to the context. So far, so good. However, when the "Focus on Active Task" button is…
desau
  • 3,001
  • 1
  • 24
  • 27
7
votes
1 answer

Uninstall Mylyn from Eclipse Luna

Found plenty of instructions that tell me to do this: Go to Help → Software Updates → Manage Configuration and uninstall it there (they all seem to point to the Mylyn site's instructions). But in Luna the menu has changed. It has "Check for updates"…
Cartesian Theater
  • 1,920
  • 2
  • 29
  • 49
7
votes
2 answers

uninitialized constant RAILS_DEFAULT_LOGGER

I'm trying to install a plugin in redmine, mylyn. I get the following error: uninitialized constant RAILS_DEFAULT_LOGGER 0 /home/redmine/plugins/redmine-plugin/init.rb 3 1 /home/redmine/lib/redmine/plugin.rb 129 in `load' …
Falci
  • 1,823
  • 4
  • 29
  • 54
6
votes
1 answer

Customize the Mylyn Context UI?

In Mylyn, if you activate a task and use the context UI feature, the package explorer shows the classes belonging to this tasks context AND the method you are within. Is it possible to customize/configure the Mylyn Context UI to: show only the…
Dominik
  • 1,332
  • 1
  • 15
  • 28
6
votes
2 answers

Writing my custom bug repository mylyn connector, where should I start?

I want to write a mylyn connector for the bug repository my team uses, I was able to set the workspace and activate a couple of small things by using the web resources and Bugzilla and Trac code. But I am lost, is there is good tutorial for this…
ekeren
  • 3,408
  • 3
  • 35
  • 55
1
2
3
14 15