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
6
votes
4 answers

Mylyn commit default message missing

I'm using EGit with mylyn. When I used to commit my code to git repository, the commit dialog would be filled by default message showing the task ID, task description, etc. Now I don't see the default commit message any more. I looked it up online…
Shuo
  • 4,749
  • 9
  • 45
  • 63
6
votes
1 answer

GitHub Mylyn connector: Getting issues from GitHub

I'm using this GitHub Mylyn connector: http://marketplace.eclipse.org/content/github-mylyn-connector However, when someone is creating an issue on GitHub itself, it doesn't get updated in my tasks in Eclipse. I am working in a team, therefore want…
cherrun
  • 2,102
  • 8
  • 34
  • 51
5
votes
2 answers

Using github issues as mylyn task repository?

I'm looking for a way to integrate Eclipse/Mylyn with github's project-issues. I'm aware of the Mylyn-github-connector and the smilebase project, but - unless I'm totally wrong - both connectors only allow to associate existing tasks with github…
Jan Groth
  • 14,039
  • 5
  • 40
  • 55
5
votes
2 answers

Howto connect eclipse tasklist (Mylyn) to google code?

I'm using Eclipse Galileo. I want to connect the eclipse tasklist to a google code project. I need a connecter to do this. Connectors can be installed via Task Resoitory view -> add TaskRepopsitory -> Install more Connectors. But I can't see that…
c0d3x
  • 2,593
  • 6
  • 23
  • 18
4
votes
1 answer

How can I connect Lighthouse tickets to Eclipse Mylyn?

I of course came across this but without any success, I used the pattern from the screenshot (and comments) but I'm still getting empty task list (see attachment). I examined the pattern and compared it to Lighthouse tickets.xml, and it all seems…
skrat
  • 5,518
  • 3
  • 32
  • 48
4
votes
0 answers

Mylyn Git Connector GitHub Pull Requests Repository Task Window Missing Pull Request Fields

I am trying to set up my Eclipse environment with EGIT and the Mylyn GIT Connector such that everything I need to do can be done from within the Eclipse IDE (as opposed to having to swap over to Github.com or the Git command line interface). I have…
Patty Eilers
  • 171
  • 2
  • 8
4
votes
1 answer

Generating a query fails for integration of Redmine and Mylyn in eclipse

I installed the Redmine-Mylyn-Connector in Eclipse and had our admin install the Mylyn-Plugin for Redmine. The connection to Server seems to work: When I try to add a query, I receive a Server Error:. Unfortunately no more details are…
Edward
  • 4,453
  • 8
  • 44
  • 82
4
votes
1 answer

How can I get Mylyn for Eclipse to filter the Bookmarks view based on the current task?

The question pretty much says it all. I just updated Mylyn, so I'm using the very latest. If I put bookmarks B1 and B2 in files A.java and B.java for task T1, then switch to task T2 which involves files B.java and C.java, I see bookmark B2 in my…
Tom Tresansky
  • 19,364
  • 17
  • 93
  • 129
4
votes
5 answers

Error in eclipse juno upon opening

After having Eclipse installed and working fine for over a year, I opened up Eclipse Juno today and got a error message on opening the workspace. I am using Windows 8 64-bit, Java 64-bit, and Eclipse 64-bit. I have since tried re-installing Java…
jordan shedletzky
  • 103
  • 1
  • 2
  • 6
4
votes
2 answers

Environment Variables (or Something Similar) in Automatic Mylyn Commit Messages -- Possible?

My current project asks us to follow a certain format for our commit messages. (The project uses SVN.) In Mylyn format, it would translate to something like this: ${USER_INITIALS}: ${task.key} [(${connector.task.prefix}) "${task.description}"] - The…
Jamie Jackson
  • 1,158
  • 3
  • 19
  • 34
4
votes
1 answer

Mylyn's connector to Emacs org mode files?

Is there something like a mylyn connector to org mode files? I'm a fan of both Mylyn and org mode, as some other people are. (How do you organize your work?) Both of them are valuable task management tools: Mylyn on Eclipse and Org mode on Emacs.…
Shuo
  • 4,749
  • 9
  • 45
  • 63
4
votes
3 answers

How to access ChangeSets in Eclipse (Mylyn/Team)?

I want to access the ChangeSets of SVN, CVS and Git programatically via Java. I.e. I want the data which is shown in the "Synchronize"-view. I tried several approaches to find the correct usage in the code, and here's the few documentation I could…
casaout
  • 1,819
  • 3
  • 24
  • 54
3
votes
1 answer

Moving local tasks to Mantis repository in Mylyn

I have a mixture of local tasks and Mantis repository tasks. I'd like to move all my local tasks to the Mantis repository. Is there a way to do this easily? Currently the only way I can see is to recreate the task and specify it to be a task for the…
3
votes
1 answer

Visual Studio Context

In Eclipse we are using Mylyn to have an overview of our Trac Tickets. A nice feature is the Context attached to a Ticket. For example it remembers the classes you worked on when that ticket was active. If you open that ticket a month later, then…
Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244
3
votes
1 answer

Mylyn connector for custom webservice

I need Mylyn connector to communicate with my custom webservice. We have our customized bug tracker system and I want to link it with Mylyn task repository. I am able to create custom webserivce which can return specific kind of result to link with…
Pritesh Patel
  • 1,969
  • 1
  • 18
  • 32
1 2
3
14 15