我正在使用RallyConnector与JIRA同步用户故事和缺陷。
https://help.rallydev.com/jira-5-installation-user-guide
这是我的字段映射
<FieldMapping>
<Field><Rally>Name</Rally> <Other>Summary</Other></Field>
<Field><Rally>Description</Rally> <Other>Description</Other></Field>
<Field><Rally>FormattedID</Rally> <Other>RallyKey</Other></Field>
<Field><Rally>Tags</Rally> <Other>Labels</Other></Field>
</FieldMapping>
当我添加标记字段并将其映射到连接器的标签(JIRA的标签版本)时,出现以下错误:< / p>
错误:在attempt_update中的RallyEIF :: WRK :: JiraRestConnection.rescue - 尝试更新问题JM-25失败,未定义的方法`split&#39;对于#&lt; RallyAPI :: RallyCollection:0x007fd1950b2890 @results = []&gt;
我认为这与它是一个值列表,而不是一个值这一事实有关。
答案 0 :(得分:0)
只有Bugzilla和CQ连接器支持标签,但不支持Jira连接器。它被提到here, in the Best Practices。你是正确的,在WS API标签是一个集合。