本文介绍了为什么Mylyn没有从GitHub得到问题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近开始使用GitHub Mylyn连接器进行Eclipse,并且我可以使用它,我创建了新的任务,我可以在Eclipse和GitHub中看到它们。



问题当我或别人在GitHub上创建一个问题时,我无法在Eclipse上看到它。我已经完成了我其实有一个问题,那么为什么不出现?与分配给提到的字段有关?我已经填充了我的GitHub用户名,只有一个但没有结果。

解决方案

我也有同样的问题。这里的问题是,检查的标签关系而不是关系,即如果同时检查错误增强只有标记为bug和



所以,如果为增强和错误创建单独的查询,我认为它将会起作用。


I recently started to use GitHub Mylyn connector for Eclipse and I have it working, I create new tasks and I can see them in Eclipse and GitHub.

The problem is when me or someone else create an Issue on GitHub I can't see it on Eclipse. I have done this and configured Mylyn on that way as you can see in the image:

But as you can see under "Bugs and Enhancements" I have nothing and here I actually have one issues, so, why don't they appear? Is something to do with the fields Assigned to and Mentioning ? I have filled both with my GitHub username, then only one but with no results.

解决方案

I was also having same problem. The problem here is that the Labels which are checked have And relationship rather than Or relationship, i.e if you check both bug and enhancement only the tasks that are labelled both bug and enhancements will show up there.

So, I think it will work if create separate query for enhancements and bugs.

这篇关于为什么Mylyn没有从GitHub得到问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 18:24