我还没有找到任何关于这方面的明确信息。
是否可以将用于错误/功能的 sourceforge 跟踪系统与 Mylyn 集成?
我发现这个页面似乎有点旧(确实下载通用连接器的链接不起作用)。
有人对此有所了解吗?有可能实现这样的连接吗?
我还没有找到任何关于这方面的明确信息。
是否可以将用于错误/功能的 sourceforge 跟踪系统与 Mylyn 集成?
我发现这个页面似乎有点旧(确实下载通用连接器的链接不起作用)。
有人对此有所了解吗?有可能实现这样的连接吗?
是的,随着 SourceForge 使用 Allura,您突出显示的页面上的配置已过时。
我在http://officefloor.wordpress.com/2012/12/10/allura-sourceforge-mylyn-connector/上发布了有关让 Web 模板连接器为 Allura 工作的详细信息
通用连接器现在位于 Mylyn 孵化器中。使用此下载站点: http: //download.eclipse.org/mylyn/incubator/3.7 (适用于 Eclipse 3.6、3.7、3.8)
Since I wasn't able to get it running – maybe it's because of Eclipse Luna or something else – I slightly modified Daniel's method which partially uses the REST interface:
${serverUrl}/p/${project}/${tickets}/
(the same as in Daniel's method)${serverUrl}/p/${project}/${tickets}/new
(the same as in Daniel's method)${serverUrl}/rest/p/${project}/${tickets}?access_token=${bearer_token}
\{"summary":\s*"({Description}.+?)",\s*"ticket_num":\s*({Id}.+?)\}
To query tasks by milestones, use the following parameters in your Edit Query configuration:
${serverUrl}/rest/p/${project}/${tickets}/search?q=_milestone%3A${milestone}&access_token=${bearer_token}